diff options
Diffstat (limited to 'tests/test_vt.c')
-rw-r--r-- | tests/test_vt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_vt.c b/tests/test_vt.c index 8423f0c..26c5ed6 100644 --- a/tests/test_vt.c +++ b/tests/test_vt.c @@ -113,7 +113,7 @@ int main(int argc, char **argv) if (ret) goto err_exit; - ret = uterm_input_new(&input, eloop, "", "", "", "", 0, 0); + ret = uterm_input_new(&input, eloop, "", "", "", "", "", 0, 0); if (ret) goto err_vtm; |