From b054b793ef1e5008878501461fa8acdde472721a Mon Sep 17 00:00:00 2001 From: "Ron B. Yeh" Date: Fri, 16 Feb 2024 14:23:34 -0800 Subject: [PATCH] Fixed typo. Renamed *SIMIPLE* => *SIMPLE* by removing the letter I. --- 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_