Fixed things pointed out by Alex Szpakowski and Bart von Strien

This commit is contained in:
T-Bone
2016-04-09 07:28:03 +02:00
parent b2291fb62a
commit 4ef7504c05
6 changed files with 22 additions and 14 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
#include <iostream>
#ifndef LOVE_NO_MPG123
#ifndef LOVE_NOMPG123
namespace love
{
@@ -289,4 +289,4 @@ double Mpg123Decoder::getDuration()
} // sound
} // love
#endif // LOVE_NO_MPG123
#endif // LOVE_NOMPG123