Use CONST instead of const

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6112 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-10-14 17:32:18 +00:00
parent 190344219a
commit 03c19e066d
3 changed files with 3 additions and 3 deletions

View File

@@ -913,7 +913,7 @@ Returns:
UINTN
CountSeperatorsInString (
IN const CHAR16 *String,
IN CONST CHAR16 *String,
IN CHAR16 Seperator
)
/*++