diff --git a/reactos/ntoskrnl/kd64/kdinit.c b/reactos/ntoskrnl/kd64/kdinit.c index 914be3c283b..fd43defd016 100644 --- a/reactos/ntoskrnl/kd64/kdinit.c +++ b/reactos/ntoskrnl/kd64/kdinit.c @@ -193,7 +193,7 @@ KdInitSystem(IN ULONG BootPhase, /* 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