mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix formatting
svn path=/trunk/; revision=33044
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user