From f9f31f7423827143cc0d42d62501db29a44711de Mon Sep 17 00:00:00 2001 From: qwang12 Date: Thu, 20 Nov 2008 05:15:13 +0000 Subject: [PATCH] ECC Cleanup: Remove variable initialization in declaration. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6645 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c b/MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c index 49c7ff8c5a..dc7ce78236 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c @@ -833,7 +833,7 @@ ProcessHelpString ( IN UINTN RowCount ) { - CONST UINTN BlockWidth = (UINTN) gHelpBlockWidth - 1; + UINTN BlockWidth = (UINTN) gHelpBlockWidth - 1; UINTN AllocateSize; // // [PrevCurrIndex, CurrIndex) forms a range of a screen-line