summaryrefslogtreecommitdiff
path: root/src/ivybuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivybuffer.c')
-rw-r--r--src/ivybuffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ivybuffer.c b/src/ivybuffer.c
index a47eef5..7228f55 100644
--- a/src/ivybuffer.c
+++ b/src/ivybuffer.c
@@ -25,7 +25,7 @@
#include "ivybuffer.h"
-#define BUFFER_SIZE 4096 /* taille buffer initiale on multiple par deux a chaque realloc */
+#define BUFFER_SIZE 4096 /* taille buffer initiale on multiple par deux a chaque realloc */
/* fonction de formtage a la printf d'un buffer avec reallocation dynamique */
int make_message(IvyBuffer* buffer, const char *fmt, va_list ap)
@@ -81,5 +81,3 @@ int make_message_var(IvyBuffer* buffer, const char *fmt, ... )
return len;
}
-
-