Skip to content
Snippets Groups Projects
Commit 06803c31 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a compilation error in test_dir.c

parent 9f217c83
No related branches found
No related tags found
No related merge requests found
......@@ -4213,7 +4213,7 @@ test_dir_find_dl_schedule(void* data)
/* where arg is a string constant */
#define DIR_ARG(name,flags,arg) \
{ #name "_" arg, test_dir_##name, (flags), &passthrough_setup, arg }
{ #name "_" arg, test_dir_##name, (flags), &passthrough_setup, (void*) arg }
struct testcase_t dir_tests[] = {
DIR_LEGACY(nicknames),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment