From b8b6faa05982cd365e626ec1e2e40374a1dad20e Mon Sep 17 00:00:00 2001 From: jcarsey Date: Tue, 16 Jun 2009 01:04:29 +0000 Subject: [PATCH] clarify content git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8565 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Include/Library/ShellCEntryLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Include/Library/ShellCEntryLib.h b/ShellPkg/Include/Library/ShellCEntryLib.h index 762c95b598..136fd0ec72 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( -- 2.39.2