]> git.sesse.net Git - vlc/blobdiff - src/lpcm_decoder/lpcm_decoder.c
. no need to add "\n" at the end of intf_*Msg() messages anymore.
[vlc] / src / lpcm_decoder / lpcm_decoder.c
index 144a3db6fe8caddd6c04f938db0fd2ec8e9f9262..dd8cdcb8ca40432009abb59bfbafce8a8ec69271 100644 (file)
@@ -35,7 +35,7 @@
 
 int lpcm_init (lpcmdec_t * p_lpcmdec)
 {
-    intf_DbgMsg( "LPCM Debug: lpmcm init called\n" );
+    intf_DbgMsg( "LPCM Debug: lpmcm init called" );
     return 0;
 }