]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/b4s.c
All: string review (refs: #438)
[vlc] / modules / demux / playlist / b4s.c
index 2b72b6edabe7c186719b8a5b76fd7af807e9de01..da134dafa0f200bf51dc34beecb1dada2b81b3a7 100644 (file)
@@ -84,7 +84,7 @@ int E_(Import_B4S)( vlc_object_t *p_this )
     p_demux->p_sys = p_sys = malloc( sizeof(demux_sys_t) );
     if( p_sys == NULL )
     {
-        msg_Err( p_demux, "Out of memory" );
+        msg_Err( p_demux, "out of memory" );
         return VLC_ENOMEM;
     }
     p_sys->b_shout = p_demux->psz_demux &&