summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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: