summaryrefslogtreecommitdiffstats
path: root/src/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
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);