From: Peter Stuge Date: Mon, 25 Oct 2010 02:12:04 +0000 (+0000) Subject: Make ectool -i work; add missing break X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=11abcc0ae529e1a5c562f439df65ac091a322683 Make ectool -i work; add missing break Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5986 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c index 086f159b3..ab7728238 100644 --- a/util/ectool/ectool.c +++ b/util/ectool/ectool.c @@ -81,6 +81,7 @@ int main(int argc, char *argv[]) break; case 'i': dump_idx = 1; + break; case 'h': case '?': default: