summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/BaseLibInternals.h
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-24 08:18:36 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-24 08:18:36 +0000
commit7e43ed89b28a1ce91ccf30bcb9d4ccaab966d0a4 (patch)
treebe13b16431b0ddfeeeb9245c16f078ce09e81069 /MdePkg/Library/BaseLib/BaseLibInternals.h
parent14f268ba2a9e9bc13aaf54f7f0eaeaa1f517ee21 (diff)
downloadedk2-platforms-7e43ed89b28a1ce91ccf30bcb9d4ccaab966d0a4.tar.xz
Refine code for ECC check.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6217 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLibInternals.h')
-rw-r--r--MdePkg/Library/BaseLib/BaseLibInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLibInternals.h b/MdePkg/Library/BaseLib/BaseLibInternals.h
index 3d47a21535..b39f2df927 100644
--- a/MdePkg/Library/BaseLib/BaseLibInternals.h
+++ b/MdePkg/Library/BaseLib/BaseLibInternals.h
@@ -303,7 +303,7 @@ InternalMathDivRemS64x64 (
IN INT64 Dividend,
IN INT64 Divisor,
OUT INT64 *Remainder OPTIONAL
- );
+ );
/**
Transfers control to a function starting with a new stack.