(decode_one_format): Remove spurious semicolon.

This commit is contained in:
Jim Meyering
1995-09-27 15:58:18 +00:00
parent 77c46a6b42
commit 9a12d05216
+1 -1
View File
@@ -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: