]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/pls.c
All: string review (refs: #438)
[vlc] / modules / demux / playlist / pls.c
index 11ade444e9c8087a3001b7bb01f44c5fa3d6779f..3341890cc1baef440d74ed28a6e13dcfd69b15b8 100644 (file)
@@ -76,7 +76,7 @@ int E_(Import_PLS)( vlc_object_t *p_this )
     p_demux->p_sys = malloc( sizeof(demux_sys_t) );
     if( p_demux->p_sys == NULL )
     {
-        msg_Err( p_demux, "Out of memory" );
+        msg_Err( p_demux, "out of memory" );
         return VLC_ENOMEM;
     }
     p_demux->p_sys->psz_prefix = E_(FindPrefix)( p_demux );