diff options
Diffstat (limited to 'src/gammad.c')
-rw-r--r-- | src/gammad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gammad.c b/src/gammad.c index 7dfebd9..c19bc09 100644 --- a/src/gammad.c +++ b/src/gammad.c @@ -954,7 +954,7 @@ static size_t marshal(void* buf) off += sizeof(size_t); for (i = 0; i < outputs_n; i++) - off += output_marshal(outputs + i , bs ? bs + off : NULL); + off += output_marshal(outputs + i, bs ? bs + off : NULL); if (bs != NULL) *(int*)(bs + off) = socketfd; |