aboutsummaryrefslogtreecommitdiff
path: root/demo-draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo-draw.c')
-rw-r--r--demo-draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-draw.c b/demo-draw.c
index 26b583f..c193302 100644
--- a/demo-draw.c
+++ b/demo-draw.c
@@ -158,7 +158,7 @@ main (int argc, char *argv[])
exit (EXIT_FAILURE);
}
- termo_t *tk = termo_new (STDIN_FILENO, NULL, 0);
+ termo_t *tk = termo_new (STDIN_FILENO, NULL, NULL, 0);
if (!tk)
{
fprintf (stderr, "Cannot allocate termo instance\n");