summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-09-27 15:58:18 +0000
committerJim Meyering <jim@meyering.net>1995-09-27 15:58:18 +0000
commit9a12d0521603fc52dbea0cd1f9b91d0eb2cfbbde (patch)
treee7511ce5a5e05dfabc26f81f406687ef793ed548 /src/od.c
parent77c46a6b42baf2e8d3661faa8e1eb3da3533640e (diff)
downloadcoreutils-9a12d0521603fc52dbea0cd1f9b91d0eb2cfbbde.tar.xz
(decode_one_format): Remove spurious semicolon.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
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: