From 2819fa86b4eb2598055863874de5761f0ad096d3 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Fri, 29 Jan 2016 23:33:28 +0000 Subject: [PATCH] - --- include/psyc/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psyc/text.h b/include/psyc/text.h index 6912eba..72475e6 100644 --- a/include/psyc/text.h +++ b/include/psyc/text.h @@ -125,7 +125,7 @@ psyc_text_state_init_custom (PsycTextState *state, char *tmpl, size_t tmplen, char *buffer, size_t buflen, char *ope, size_t opelen, - char *clo, size_t cloelen) + char *clo, size_t clolen) { state->cursor = 0; state->written = 0;