aboutsummaryrefslogtreecommitdiff
path: root/convert_percent.c
diff options
context:
space:
mode:
Diffstat (limited to 'convert_percent.c')
-rw-r--r--convert_percent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert_percent.c b/convert_percent.c
index 2b15340..4b28f8d 100644
--- a/convert_percent.c
+++ b/convert_percent.c
@@ -5,6 +5,7 @@ char *convert_percent(va_list ap, t_pformat *pformat)
{
char *str = ft_strdup("%");
+ (void)ap;
str = handle_padding(pformat, str);
return (str);
}