From: Jim Meyering Date: Wed, 27 Sep 1995 15:58:18 +0000 (+0000) Subject: (decode_one_format): Remove spurious semicolon. X-Git-Tag: v4.5.1~12368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a12d0521603fc52dbea0cd1f9b91d0eb2cfbbde;p=thirdparty%2Fcoreutils.git (decode_one_format): Remove spurious semicolon. --- diff --git a/src/od.c b/src/od.c index 25ec50ee63..33cb5e3569 100644 --- a/src/od.c +++ b/src/od.c @@ -787,7 +787,7 @@ decode_one_format (s, next, tspec) case SHORT: print_function = (fmt == SIGNED_DECIMAL ? print_s_short - : print_short);; + : print_short); break; case INT: