Author: cwittich
Date: Sun Apr 20 01:30:38 2008
New Revision: 33044
URL:
http://svn.reactos.org/svn/reactos?rev=33044&view=rev
Log:
fix formatting
Modified:
trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c
Modified: trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifi…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c [iso-8859-1] Sun Apr 20 01:30:38
2008
@@ -34,8 +34,8 @@
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;
}