rbcodec: Fix typo in include guard

Change-Id: I503ace58fb46e803c66b92113d2be7daebeb8b71
This commit is contained in:
amachronic 2021-04-05 23:43:27 +01:00
parent 74ae18cc8a
commit 0fb333c85e

View file

@ -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"