projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c46a6
)
(decode_one_format): Remove spurious semicolon.
author
Jim Meyering
<jim@meyering.net>
Wed, 27 Sep 1995 15:58:18 +0000
(15:58 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 27 Sep 1995 15:58:18 +0000
(15:58 +0000)
src/od.c
patch
|
blob
|
history
diff --git
a/src/od.c
b/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: