summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-23 21:15:07 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-23 21:15:07 +0000
commit9b3bf083f7b6426372b77db7e041b0b4c22ec9c3 (patch)
tree55a95a0c9da81472f655c08167f6da3a80f58fe0 /ShellPkg/Application
parent8bb37919e31aec9bef6de87f901c185a2955cfb2 (diff)
downloadedk2-platforms-9b3bf083f7b6426372b77db7e041b0b4c22ec9c3.tar.xz
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8633 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r--ShellPkg/Application/ShellLibTestApp/sa3.c4
1 files changed, 2 insertions, 2 deletions
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");