From: jcarsey Date: Mon, 11 Jul 2011 14:32:34 +0000 (+0000) Subject: fix issue about slashes on end of comment line. X-Git-Tag: edk2-stable201903~14509 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=5ddca3b91be519fc285a5e8c43c219a6188940e3 fix issue about slashes on end of comment line. signed-off-by:jcarsey git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12003 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Library/BasePathLib/BasePathLib.c b/ShellPkg/Library/BasePathLib/BasePathLib.c index 53a2a095b5..b0d4bf34c2 100644 --- a/ShellPkg/Library/BasePathLib/BasePathLib.c +++ b/ShellPkg/Library/BasePathLib/BasePathLib.c @@ -79,7 +79,7 @@ PathCleanUpDirectories( } // - // Fix up the / vs \ + // Fix up the '/' vs '\' // for (TempString = Path ; TempString != NULL && *TempString != CHAR_NULL ; TempString++) { if (*TempString == L'/') {