[MPlayer-cvslog] r20006 - trunk/TOOLS/cpuinfo.c

gpoirier subversion at mplayerhq.hu
Fri Sep 29 14:36:17 CEST 2006


Author: gpoirier
Date: Fri Sep 29 14:36:17 2006
New Revision: 20006

Modified:
   trunk/TOOLS/cpuinfo.c

Log:
Remove useless trailing ';'


Modified: trunk/TOOLS/cpuinfo.c
==============================================================================
--- trunk/TOOLS/cpuinfo.c	(original)
+++ trunk/TOOLS/cpuinfo.c	Fri Sep 29 14:36:17 2006
@@ -203,7 +203,7 @@
     };
     static struct {
       int bit;
-      char *desc;;
+      char *desc;
     } cap_amd[] = {
       CPUID_FEATURE_DEF(11, "syscall", "SYSCALL and SYSRET"),
       CPUID_FEATURE_DEF(19, "mp", "MP Capable"),



More information about the MPlayer-cvslog mailing list