mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
fix comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
727a4c7101
commit
ea00288c05
@ -1,5 +1,6 @@
|
||||
/** @file
|
||||
This is THE shell (application)
|
||||
This is a test application that demonstrates how to use the C-style entry point
|
||||
for a shell application.
|
||||
|
||||
Copyright (c) 2009, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -13,7 +14,6 @@
|
||||
**/
|
||||
|
||||
#include <Uefi.h>
|
||||
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/ShellCEntryLib.h>
|
||||
@ -47,4 +47,4 @@ ShellAppMain (
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user