Make ectool -i work; add missing break

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5986 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge 2010-10-25 02:12:04 +00:00
parent 7c1fb7b798
commit 11abcc0ae5
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ int main(int argc, char *argv[])
break; break;
case 'i': case 'i':
dump_idx = 1; dump_idx = 1;
break;
case 'h': case 'h':
case '?': case '?':
default: default: