mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[KD64]
Use \t instead of hardcoding the tab character. svn path=/trunk/; revision=57761
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user