diff options
Diffstat (limited to 'parsing.c')
-rw-r--r-- | parsing.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,8 @@ struct thread_arg_t { static void *thread_func(void *arg) { struct thread_arg_t *ta = arg; process_file(ta->f, ta->channel, ta->rs); + + return NULL; } void process(int thread_n) { |