summaryrefslogtreecommitdiff
path: root/auto_tests/tox_strncasecmp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_strncasecmp_test.c')
-rw-r--r--auto_tests/tox_strncasecmp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/tox_strncasecmp_test.c b/auto_tests/tox_strncasecmp_test.c
index c9ad696a..3a544c00 100644
--- a/auto_tests/tox_strncasecmp_test.c
+++ b/auto_tests/tox_strncasecmp_test.c
@@ -179,7 +179,7 @@ static Suite *tox_strncasecmp_suite(void)
179 179
180int main(int argc, char *argv[]) 180int main(int argc, char *argv[])
181{ 181{
182 srand((unsigned int) time(NULL)); 182 srand((unsigned int) time(nullptr));
183 183
184 Suite *s = tox_strncasecmp_suite(); 184 Suite *s = tox_strncasecmp_suite();
185 SRunner *test_runner = srunner_create(s); 185 SRunner *test_runner = srunner_create(s);