From d28bc1f42ea946a293647e9e5f6300ff65bd680c Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 1 May 2016 21:04:01 -0300 Subject: [PATCH] Fixed a warning about a missing newline at the end of a file. --- src/modules/sound/lullaby/Mpg123Decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sound/lullaby/Mpg123Decoder.cpp b/src/modules/sound/lullaby/Mpg123Decoder.cpp index 9f622d848..af4d22e5e 100644 --- a/src/modules/sound/lullaby/Mpg123Decoder.cpp +++ b/src/modules/sound/lullaby/Mpg123Decoder.cpp @@ -289,4 +289,4 @@ double Mpg123Decoder::getDuration() } // sound } // love -#endif // LOVE_NOMPG123 \ No newline at end of file +#endif // LOVE_NOMPG123