diff options
author | amachronic <amachronic@protonmail.com> | 2021-04-05 23:43:27 +0100 |
---|---|---|
committer | amachronic <amachronic@protonmail.com> | 2021-04-06 17:27:06 +0100 |
commit | 0fb333c85e1b27edd20e65856f1a74f633f2ceb2 (patch) | |
tree | 99d29bea8dc8e7581d0a9dc9d8100ad3702609ab | |
parent | 74ae18cc8a30fbc9af17c7124f71e4096274989c (diff) | |
download | rockbox-0fb333c85e.tar.gz rockbox-0fb333c85e.zip |
rbcodec: Fix typo in include guard
Change-Id: I503ace58fb46e803c66b92113d2be7daebeb8b71
-rw-r--r-- | lib/rbcodec/codecs/libgme/m3u_playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libgme/m3u_playlist.h b/lib/rbcodec/codecs/libgme/m3u_playlist.h index 06a5d3024b..e22cd8de9f 100644 --- a/lib/rbcodec/codecs/libgme/m3u_playlist.h +++ b/lib/rbcodec/codecs/libgme/m3u_playlist.h @@ -2,7 +2,7 @@ // Game_Music_Emu 0.5.2 #ifndef M3U_PLAYLIST_H -#define M3U_PLAYILST_H +#define M3U_PLAYLIST_H #include "blargg_common.h" |