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_