ECC Cleanup: Update Doxygen comment

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6633 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-11-19 13:36:34 +00:00
parent a3a70b6ac1
commit 7064c0a5aa
8 changed files with 70 additions and 13 deletions

View File

@@ -165,7 +165,7 @@ PrintInternal (
UINTN
ConsolePrint (
IN CHAR16 *Fmt,
IN ...
...
)
{
VA_LIST Args;
@@ -253,7 +253,7 @@ UINTN
PrintStringAt (
IN UINTN Column,
IN UINTN Row,
CHAR16 *String
IN CHAR16 *String
)
{
return PrintAt (Column, Row, L"%s", String);