diff options
Diffstat (limited to 'src/maildirwatch.c')
-rw-r--r-- | src/maildirwatch.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/maildirwatch.c b/src/maildirwatch.c index 1496e20..0fe479f 100644 --- a/src/maildirwatch.c +++ b/src/maildirwatch.c @@ -59,10 +59,7 @@ void doheader(stralloc *h) break; } } -void finishheader() -{ - ; -} +void finishheader() {} stralloc filenames = {0}; prioq pq = {0}; |