From 23736ab61c7fe575a51f0cda6a8b70ca382d3a5e Mon Sep 17 00:00:00 2001 From: "Ron B. Yeh" Date: Tue, 20 Feb 2024 08:32:44 -0800 Subject: [PATCH] Fixed typo. Renamed *SIMIPLE* => *SIMPLE* by removing the letter I. (#1965) --- samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h b/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h index dbe669c58..b388b8f3f 100644 --- a/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h +++ b/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef _PLAYER_SIMIPLEMULTIPLAYER_H_ -#define _PLAYER_SIMIPLEMULTIPLAYER_H_ +#ifndef _PLAYER_SIMPLEMULTIPLAYER_H_ +#define _PLAYER_SIMPLEMULTIPLAYER_H_ #include @@ -114,4 +114,4 @@ class SimpleMultiPlayer { }; } -#endif //_PLAYER_SIMIPLEMULTIPLAYER_H_ +#endif //_PLAYER_SIMPLEMULTIPLAYER_H_