]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/podcast.c
All: string review (refs: #438)
[vlc] / modules / demux / playlist / podcast.c
index e89bb4f52ec235e2244f45765784bb53853b89fb..50df38a08d78951a7495f616c505679f57acb27e 100644 (file)
@@ -76,7 +76,7 @@ int E_(Import_podcast)( 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->psz_prefix = E_(FindPrefix)( p_demux );