Mercurial > mplayer.hg
changeset 20001:26998eac330e
Remove another duplicate and useless ;
author | reimar |
---|---|
date | Fri, 29 Sep 2006 15:35:29 +0000 |
parents | df32602be04f |
children | 39e8656163b8 |
files | TOOLS/cpuinfo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/cpuinfo.c Fri Sep 29 12:36:17 2006 +0000 +++ b/TOOLS/cpuinfo.c Fri Sep 29 15:35:29 2006 +0000 @@ -152,7 +152,7 @@ if (max_cpuid >= 1) { static struct { int bit; - char *desc;; + char *desc; } cap[] = { CPUID_FEATURE_DEF(0, "fpu", "Floating-point unit on-chip"), CPUID_FEATURE_DEF(1, "vme", "Virtual Mode Enhancements"),