diff options
Diffstat (limited to 'MdePkg/Library/BaseDebugLibNull')
-rw-r--r-- | MdePkg/Library/BaseDebugLibNull/DebugLib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseDebugLibNull/DebugLib.c b/MdePkg/Library/BaseDebugLibNull/DebugLib.c index c9916165a0..6fdf6f97a5 100644 --- a/MdePkg/Library/BaseDebugLibNull/DebugLib.c +++ b/MdePkg/Library/BaseDebugLibNull/DebugLib.c @@ -25,7 +25,8 @@ @param ErrorLevel The error level of the debug message.
@param Format Format string for the debug message to print.
- @param ... The variable argument list.
+ @param ... Variable argument list whose contents are accessed
+ based on the format string specified by Format.
**/
VOID
|