summaryrefslogtreecommitdiff
path: root/auto_tests/typing_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/typing_test.c')
-rw-r--r--auto_tests/typing_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/typing_test.c b/auto_tests/typing_test.c
index 837ed757..1262fa3d 100644
--- a/auto_tests/typing_test.c
+++ b/auto_tests/typing_test.c
@@ -102,7 +102,7 @@ static void test_typing(void)
102 tox_kill(tox2); 102 tox_kill(tox2);
103} 103}
104 104
105int main(int argc, char *argv[]) 105int main(void)
106{ 106{
107 setvbuf(stdout, nullptr, _IONBF, 0); 107 setvbuf(stdout, nullptr, _IONBF, 0);
108 108