]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(decode_one_format): Remove spurious semicolon.
authorJim Meyering <jim@meyering.net>
Wed, 27 Sep 1995 15:58:18 +0000 (15:58 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 27 Sep 1995 15:58:18 +0000 (15:58 +0000)
src/od.c

index 25ec50ee637c3cca25fe72721cc9a16b7dab43f0..33cb5e3569ba516c5ef7b6ce1d48d4d0a0ce228c 100644 (file)
--- 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: