]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 18 Apr 2009 13:43:42 +0000 (16:43 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 18 Apr 2009 13:43:42 +0000 (16:43 +0300)
src/misc/linux_specific.c

index 0bc2e09884881d600464e80e77c7652aadd51146..a9165c1b3171a2b6a3585f36e3b4a719b18a6e74 100644 (file)
@@ -90,7 +90,7 @@ void system_Init (libvlc_int_t *libvlc, int *argc, const char *argv[])
         fputs ("LibVLC has detected an unusable buggy GNU/libc version.\n"
                "Please update to version 2.8 or newer.\n", stderr);
         fflush (stderr);
-        //abort ();
+        abort ();
     }
 #endif