From 9b3bf083f7b6426372b77db7e041b0b4c22ec9c3 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Tue, 23 Jun 2009 21:15:07 +0000 Subject: git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8633 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/ShellLibTestApp/sa3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShellPkg/Application/ShellLibTestApp') 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"); -- cgit v1.2.3