]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 15 Nov 2007 18:09:24 +0000 (18:09 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 15 Nov 2007 18:09:24 +0000 (18:09 +0000)
modules/misc/screensaver.c

index 7904efe3eb264969c84b284ad1361e8f7ccc0341..1e486cceb1aaf396f769a9cb5ec2549d6194e908 100644 (file)
@@ -140,7 +140,7 @@ static void Execute( intf_thread_t *p_this, const char *const *ppsz_args )
         case 0:     /* we're the child */
             /* We don't want output */
             freopen( "/dev/null", "w", stdout );
-            freopen( "/dev/null", "w" stderr );
+            freopen( "/dev/null", "w", stderr );
             execv( ppsz_args[0] , (char *const *)ppsz_args );
             /* If the file we want to execute doesn't exist we exit() */
             exit( 1 );