diff options
-rw-r--r-- | ShellPkg/Include/Library/ShellCEntryLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Include/Library/ShellCEntryLib.h b/ShellPkg/Include/Library/ShellCEntryLib.h index 762c95b..136fd0e 100644 --- a/ShellPkg/Include/Library/ShellCEntryLib.h +++ b/ShellPkg/Include/Library/ShellCEntryLib.h @@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Intermediate entry point for the application that will in turn call into the "C"
style main function.
- this application must have a function like:
+ this application must have a function defined as follows:
INT32
EFIAPI
main(
|