Author: hbelusca
Date: Sat Nov 24 19:36:07 2012
New Revision: 57761
URL:
http://svn.reactos.org/svn/reactos?rev=57761&view=rev
Log:
[KD64]
Use \t instead of hardcoding the tab character.
Modified:
trunk/reactos/ntoskrnl/kd64/kdinit.c
Modified: trunk/reactos/ntoskrnl/kd64/kdinit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/kd64/kdinit.c?rev…
==============================================================================
--- trunk/reactos/ntoskrnl/kd64/kdinit.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/kd64/kdinit.c [iso-8859-1] Sat Nov 24 19:36:07 2012
@@ -193,7 +193,7 @@
/* Check if this is a comma, a space or a tab */
if ((*DebugOptionEnd == ',') ||
(*DebugOptionEnd == ' ') ||
- (*DebugOptionEnd == ' '))
+ (*DebugOptionEnd == '\t'))
{
/*
* We reached the end of the option or