mirror of
https://github.com/DavidGailleton/42-ft_printf.git
synced 2026-04-28 14:24:34 +02:00
some fix on printf
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
int print_char(t_arg *arg, char c)
|
||||
{
|
||||
int count;
|
||||
int count;
|
||||
|
||||
count = 0;
|
||||
count += print_chars(arg->padding - 1, ' ');
|
||||
|
||||
Reference in New Issue
Block a user