diff options
Diffstat (limited to 'proc/main.c')
-rw-r--r-- | proc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/main.c b/proc/main.c index 01cf34a8..1d208b8e 100644 --- a/proc/main.c +++ b/proc/main.c @@ -118,5 +118,5 @@ main (int argc, char **argv, char **envp) while (1) ports_manage_port_operations_multithread (proc_bucket, message_demuxer, - 0, 0, 0, 0); + 0, 0, 0); } |