Browse Source

Fixed a warning about a missing newline at the end of a file.

Alex Szpakowski 9 years ago
parent
commit
d28bc1f42e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/sound/lullaby/Mpg123Decoder.cpp

+ 1 - 1
src/modules/sound/lullaby/Mpg123Decoder.cpp

@@ -289,4 +289,4 @@ double Mpg123Decoder::getDuration()
 } // sound
 } // love
 
-#endif // LOVE_NOMPG123
+#endif // LOVE_NOMPG123