diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |