Skip to content

Commit c9218b6

Browse files
committed
Remove redundant lines
1 parent 67d9b56 commit c9218b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_printf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ int p_func(va_list ap, char specifier)
7171
char_count += print_string(ap);
7272
break;
7373
case 'd':
74-
char_count += print_decimal(ap);
75-
break;
7674
case 'i':
7775
char_count += print_decimal(ap);
7876
break;

0 commit comments

Comments
 (0)