diff options
Diffstat (limited to 'filter.c')
-rw-r--r-- | filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static inline void hook_write(struct cgit_filter *filter, ssize_t (*new_write)(s | |||
72 | filter_write = new_write; | 72 | filter_write = new_write; |
73 | } | 73 | } |
74 | 74 | ||
75 | static inline void unhook_write() | 75 | static inline void unhook_write(void) |
76 | { | 76 | { |
77 | assert(filter_write != NULL); | 77 | assert(filter_write != NULL); |
78 | assert(current_write_filter != NULL); | 78 | assert(current_write_filter != NULL); |