[ros-diffs] [dchapyshev] 32477: - Fix typos

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Mon Feb 25 13:27:49 CET 2008


Author: dchapyshev
Date: Mon Feb 25 15:27:49 2008
New Revision: 32477

URL: http://svn.reactos.org/svn/reactos?rev=32477&view=rev
Log:
- Fix typos

Modified:
    trunk/reactos/dll/cpl/intl/advanced.c

Modified: trunk/reactos/dll/cpl/intl/advanced.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/advanced.c?rev=32477&r1=32476&r2=32477&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/intl/advanced.c (original)
+++ trunk/reactos/dll/cpl/intl/advanced.c Mon Feb 25 15:27:49 2008
@@ -58,7 +58,7 @@
             }
 
             TCHAR Section[MAX_PATH];
-            _stprintf(Section, TEXT("%s%d"), _T("CODEPAGE_REMOVE_"), uiCPage);
+            _stprintf(Section, _T("%s%d"), _T("CODEPAGE_REMOVE_"), uiCPage);
             if ((uiCPage == GetACP()) || (uiCPage == GetOEMCP()) || 
                 (!SetupFindFirstLine(hIntlInf, Section, _T("AddReg"), &infCont)))
             {




More information about the Ros-diffs mailing list