]> git.sesse.net Git - vlc/commitdiff
Fixed a cosmetic issue.
authorChristophe Massiot <massiot@videolan.org>
Sat, 29 Dec 2001 03:44:38 +0000 (03:44 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sat, 29 Dec 2001 03:44:38 +0000 (03:44 +0000)
src/interface/main.c

index 8c041df51d2718712c58d74c73bc3bee43dadca2..c2c8d0b8d8ec5a2a60ad864f2fe9ec1e0fa9397c 100644 (file)
@@ -4,7 +4,7 @@
  * and spawn threads.
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: main.c,v 1.139 2001/12/17 03:38:21 sam Exp $
+ * $Id: main.c,v 1.140 2001/12/29 03:44:38 massiot Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -370,7 +370,8 @@ int main( int i_argc, char *ppsz_argv[], char *ppsz_env[] )
         PRINT_CAPABILITY( CPU_CAPABILITY_MMXEXT, "MMXEXT" );
         PRINT_CAPABILITY( CPU_CAPABILITY_SSE, "SSE" );
         PRINT_CAPABILITY( CPU_CAPABILITY_ALTIVEC, "Altivec" );
-        intf_StatMsg("info: CPU has capabilities %s", p_capabilities );
+       PRINT_CAPABILITY( CPU_CAPABILITY_FPU, "FPU" );
+        intf_StatMsg("info: CPU has capabilities : %s", p_capabilities );
     }
 
     /*