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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user