]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
No need to add a '\n' at the end of messages passed to msg_*
[vlc] / src / libvlc.c
index 4ae289ff390045d7afee87b82cd96d97e01fb05d..675a913f9e934a6cfe600e6b74a30823764ed6ac 100644 (file)
@@ -718,7 +718,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
                     msg_Err( p_libvlc, "verbose-objects usage: \n"
                             "--verbose-objects=+printthatobject,"
                             "-dontprintthatone\n"
-                            "(keyword 'all' to applies to all objects)\n");
+                            "(keyword 'all' to applies to all objects)");
                     free( psz_verbose_objects );
                     /* FIXME: leaks!!!! */
                     return VLC_EGENERIC;