Use \t instead of hardcoding the tab character.

svn path=/trunk/; revision=57761
This commit is contained in:
Hermès Bélusca-Maïto
2012-11-24 19:36:07 +00:00
parent c5166c1a2d
commit 1656ff4b71
+1 -1
View File
@@ -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