X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FApplication%2FShellLibTestApp%2Fsa3.c;fp=ShellPkg%2FApplication%2FShellLibTestApp%2Fsa3.c;h=3be58a1365d54f2ab5d9355136b046533677ef6d;hp=135590bed1847d0ce148ba28f8ac13c51a4afbe3;hb=9b3bf083f7b6426372b77db7e041b0b4c22ec9c3;hpb=8bb37919e31aec9bef6de87f901c185a2955cfb2 diff --git a/ShellPkg/Application/ShellLibTestApp/sa3.c b/ShellPkg/Application/ShellLibTestApp/sa3.c index 135590bed1..3be58a1365 100644 --- a/ShellPkg/Application/ShellLibTestApp/sa3.c +++ b/ShellPkg/Application/ShellLibTestApp/sa3.c @@ -3,7 +3,7 @@ This should be executed with "/Param2 Val1" and "/Param1" as the 2 command line options! - Copyright (c) 2008, Intel Corporation + Copyright (c) 2008-2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -211,7 +211,7 @@ UefiMain ( ASSERT(NoFile == FALSE); Status = ShellFindNextFile(FileHandle, pFileInfo, &NoFile); ASSERT_EFI_ERROR(Status); - /// @todo - why is NoFile never set? limitation of NT32 file system? + ///@todo - why is NoFile never set? limitation of NT32 file system? Status = ShellDeleteFile(&FileHandle); ASSERT(Status == RETURN_WARN_DELETE_FAILURE); Print(L"FindFirst - pass\r\n");