diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 02:23:03 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 02:23:03 +0000 |
commit | 3018ca2d36dc4b785379b1a0fa63c437367510be (patch) | |
tree | fa21edcc80e1e355939e0e20794c15c189d8d94d /MdeModulePkg/Universal/SetupBrowserDxe/Ui.h | |
parent | 269c0ba2d5d445424e7a039a0a34b3181d6e467f (diff) | |
download | edk2-platforms-3018ca2d36dc4b785379b1a0fa63c437367510be.tar.xz |
1) Clean up the INF and add in comment to describe the surface area of modules
2) Minor comment fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7413 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Ui.h')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h index 7031c3973b..6842fe9d7a 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h @@ -741,6 +741,8 @@ CompareHiiValue ( /**
Evaluate the result of a HII expression
+ If Expression is NULL, then ASSERT.
+
@param FormSet FormSet associated with this expression.
@param Form Form associated with this expression.
@param Expression Expression to be evaluated.
|