fix formatting

svn path=/trunk/; revision=33044
This commit is contained in:
Christoph von Wittich 2008-04-20 06:30:38 +00:00
parent 4dd244dc00
commit a782c2fbb4

View file

@ -34,8 +34,8 @@ BOOLEAN IniOpenSection(PCSTR SectionName, ULONG* SectionId)
if (_stricmp(SectionName, Section->SectionName) == 0)
{
// We found it
if (SectionId)
*SectionId = (ULONG)Section;
if (SectionId)
*SectionId = (ULONG)Section;
DbgPrint((DPRINT_INIFILE, "IniOpenSection() Found it! SectionId = 0x%x\n", SectionId));
return TRUE;
}