diff --git a/src/od.c b/src/od.c index 25ec50ee6..33cb5e356 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: