rbcodec: Fix typo in include guard
Change-Id: I503ace58fb46e803c66b92113d2be7daebeb8b71
This commit is contained in:
parent
74ae18cc8a
commit
0fb333c85e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue