summaryrefslogtreecommitdiff
path: root/src/ivybuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivybuffer.c')
-rw-r--r--src/ivybuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivybuffer.c b/src/ivybuffer.c
index 0d85d98..3588d06 100644
--- a/src/ivybuffer.c
+++ b/src/ivybuffer.c
@@ -27,7 +27,7 @@
#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
+/* fonction de formtage a la printf d'un buffer avec reallocation dynamique */
int make_message(IvyBuffer* buffer, const char *fmt, va_list ap)
{
/* Guess we need no more than BUFFER_INIT_SIZE bytes. */