summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Dispatcher
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-13 09:09:11 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-13 09:09:11 +0000
commitdb405d1b8948cdfdd3719e5d94af5eb8a9526e62 (patch)
tree716f72c65d938dda1ce15e78663dca9b2fd11af5 /MdeModulePkg/Core/Dxe/Dispatcher
parent366219abde17df91986cea33d9ea198cd9d12f03 (diff)
downloadedk2-db405d1b8948cdfdd3719e5d94af5eb8a9526e62.zip
edk2-db405d1b8948cdfdd3719e5d94af5eb8a9526e62.tar.gz
edk2-db405d1b8948cdfdd3719e5d94af5eb8a9526e62.tar.bz2
Minor coding style adjustment for DxeCore.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5196 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Dispatcher')
-rw-r--r--MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
index 554a07c..5a0efad 100644
--- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
@@ -76,7 +76,7 @@ VOID *mFwVolEventRegistration;
//
// List of file types supported by dispatcher
//
-static EFI_FV_FILETYPE mDxeFileTypes[] = {
+STATIC EFI_FV_FILETYPE mDxeFileTypes[] = {
EFI_FV_FILETYPE_DRIVER,
EFI_FV_FILETYPE_COMBINED_PEIM_DRIVER,
EFI_FV_FILETYPE_DXE_CORE,