mirror of https://github.com/acidanthera/audk.git
BaseTools EfiLdrImage: Remove unnecessary exit (0)
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
0cdde07113
commit
5277efed28
|
@ -75,7 +75,6 @@ Returns:
|
|||
--*/
|
||||
{
|
||||
printf ("%s Version %d.%d Build %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
|
||||
exit (0);
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue