summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiSortLib
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2010-09-17 20:08:57 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2010-09-17 20:08:57 +0000
commite26d7b59756b8995473345713178e1b35473a7a2 (patch)
treea5d3c19dc2dd99ac54a5c4ea469f3d2c338e1794 /ShellPkg/Library/UefiSortLib
parent8d095e78c605eaa832db489879bb8b522ef31dd4 (diff)
downloadedk2-e26d7b59756b8995473345713178e1b35473a7a2.tar.gz
edk2-e26d7b59756b8995473345713178e1b35473a7a2.tar.bz2
edk2-e26d7b59756b8995473345713178e1b35473a7a2.zip
ShellPkg: Fix EFIAPI usage inconsistencies
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10888 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiSortLib')
-rw-r--r--ShellPkg/Library/UefiSortLib/UefiSortLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiSortLib/UefiSortLib.c b/ShellPkg/Library/UefiSortLib/UefiSortLib.c
index efeaad8c76..7cbff34cca 100644
--- a/ShellPkg/Library/UefiSortLib/UefiSortLib.c
+++ b/ShellPkg/Library/UefiSortLib/UefiSortLib.c
@@ -191,6 +191,7 @@ PerformQuickSort (
@return > 0 Buffer1 is greater than Buffer2
**/
INTN
+EFIAPI
DevicePathCompare (
IN CONST VOID *Buffer1,
IN CONST VOID *Buffer2