(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 25ec50e..33cb5e3 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: