diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-13 01:03:32 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-13 01:03:32 +0000 |
commit | d57c4439822ca9454385c1354eedfc1f907de58b (patch) | |
tree | 28dbcbed3f48c8587a3aff613a13e209b54dbc37 | |
parent | 2432c68578f8989abc096547fcada04d651b1a66 (diff) | |
download | edk2-platforms-d57c4439822ca9454385c1354eedfc1f907de58b.tar.xz |
Fix minor format issue in file header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10484 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/MdePkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index e863cbf4d6..5cb1a20cf9 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -1,4 +1,4 @@ -## @file MdePkg.dec
+## @file MdePkg.dec
#
# This Package provides all definitions(including functions, MACROs, structures and library classes)
# and libraries instances, which are defined in MDE Specification.
|