From 9a12d0521603fc52dbea0cd1f9b91d0eb2cfbbde Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Sep 1995 15:58:18 +0000 Subject: [PATCH] (decode_one_format): Remove spurious semicolon. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2