]> git.sesse.net Git - vlc/blobdiff - src/osd/osd_text.c
We don't need size here to check asprintf value.
[vlc] / src / osd / osd_text.c
index 914b75a5e7fb6b016a97178d54c20d6a2d35f2f7..fc878fc37b6e4bc40e323041be8568174c58154b 100644 (file)
@@ -131,7 +131,6 @@ void osd_Message( spu_t *p_spu, int i_channel,
         va_start( args, psz_format );
         if( vasprintf( &psz_string, psz_format, args ) != -1 )
         {
-
             osd_ShowTextRelative( p_spu, i_channel, psz_string, NULL,
                     OSD_ALIGN_TOP|OSD_ALIGN_RIGHT, 30,20,1000000 );