From f0418aa976e435912d148c6692fb905ade5f2bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 31 Dec 2007 15:52:48 +0000 Subject: [PATCH] Display ReactOS logo when not booted in debug mode svn path=/trunk/; revision=31518 --- reactos/base/setup/usetup/bootsup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/setup/usetup/bootsup.c b/reactos/base/setup/usetup/bootsup.c index 4af87e0861c..d805b87e0aa 100644 --- a/reactos/base/setup/usetup/bootsup.c +++ b/reactos/base/setup/usetup/bootsup.c @@ -398,12 +398,12 @@ CreateFreeLoaderIniForReactos(PWCHAR IniPath, L"SystemPath", ArcPath); - /* Options=/SOS*/ + /* Options=*/ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"Options", - L"/SOS"); + L""); /* Create "ReactOS_Debug" section */ IniSection = IniCacheAppendSection(IniCache,