From 32ee8fb67c0b513d253f07759d133340691d6239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 13 Sep 2021 23:10:12 +0200 Subject: experimenting with lejp --- src/lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.c') diff --git a/src/lib.c b/src/lib.c index 9916264..e8d54b2 100644 --- a/src/lib.c +++ b/src/lib.c @@ -1,4 +1,4 @@ -int smprintf(char ** str, const char * format, ...) { /* allocates automaticalls (: */ +int smprintf (char ** str, const char * format, ...) { /* allocates automaticalls (: */ va_list ap, aq; va_start(ap, format); va_copy(aq, ap); -- cgit v1.2.3