[ros-diffs] [cwittich] 33044: fix formatting
cwittich at svn.reactos.org
cwittich at svn.reactos.org
Sun Apr 20 08:30:38 CEST 2008
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/inifile/inifile.c?rev=33044&r1=33043&r2=33044&view=diff
==============================================================================
--- 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;
}
More information about the Ros-diffs
mailing list