Skip to content

Commit

Permalink
Fixed typo. Renamed *SIMIPLE* => *SIMPLE* by removing the letter I. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh authored Feb 20, 2024
1 parent 86165b8 commit 23736ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vector>

Expand Down Expand Up @@ -114,4 +114,4 @@ class SimpleMultiPlayer {
};

}
#endif //_PLAYER_SIMIPLEMULTIPLAYER_H_
#endif //_PLAYER_SIMPLEMULTIPLAYER_H_

0 comments on commit 23736ab

Please sign in to comment.