From 91ca617cfd6c0885d3c41bad734fa20750e5634d Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 25 Jun 2006 17:37:58 +0000 Subject: =?UTF-8?q?Typo:=20use=20ptmpstr=20instead=20of=20tmpstr=20to=20st?= =?UTF-8?q?rip=20leading=20spaces=20+=20add=20comment=20Patch=20by=20Zuxy?= =?UTF-8?q?=20Meng=20##zuxy=20P=20meng=20AH=20gmail=20P=20com##=20--Cette?= =?UTF-8?q?=20ligne,=20et=20les=20suivantes=20ci-dessous,=20seront=20ignor?= =?UTF-8?q?=C3=A9es--?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit M cpudetect.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18820 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpudetect.c') diff --git a/cpudetect.c b/cpudetect.c index 32d968e579..a725035bbb 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -147,9 +147,9 @@ void GetCpuCaps( CpuCaps *caps) if(cl_size) caps->cl_size = cl_size; ptmpstr=tmpstr=GetCpuFriendlyName(regs, regs2); - while(*ptmpstr == ' ') + while(*ptmpstr == ' ') // strip leading spaces ptmpstr++; - mp_msg(MSGT_CPUDETECT,MSGL_INFO,"CPU: %s ",tmpstr); + mp_msg(MSGT_CPUDETECT,MSGL_INFO,"CPU: %s ", ptmpstr); free(tmpstr); mp_msg(MSGT_CPUDETECT,MSGL_INFO,"(Family: %d, Model: %d, Stepping: %d)\n", caps->cpuType, caps->cpuModel, caps->cpuStepping); -- cgit v1.2.3