Author: tkreuzer
Date: Tue Nov 10 02:47:09 2009
New Revision: 44068
URL:
http://svn.reactos.org/svn/reactos?rev=44068&view=rev
Log:
fix a preprocessor bug
Modified:
trunk/reactos/boot/freeldr/freeldr/options.c
Modified: trunk/reactos/boot/freeldr/freeldr/options.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/optio…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/options.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/options.c [iso-8859-1] Tue Nov 10 02:47:09 2009
@@ -113,6 +113,7 @@
case REBOOT:
OptionMenuReboot();
break;
+#endif
}
-#endif
}
+