diff --git a/src/zscanner/test/processing.c b/src/zscanner/test/processing.c
index e792866885fec4026d987de825d26c94cc1c948f..c3a7218da8271b8ccc4fc131166c0f19871320f2 100644
--- a/src/zscanner/test/processing.c
+++ b/src/zscanner/test/processing.c
@@ -98,9 +98,9 @@ static void print_wire_dname(const uint8_t *dname, uint32_t dname_length)
 	}
 }
 
-void empty_process_record(const scanner_t *s) { };
+void empty_process_record(const scanner_t *s) { }
 
-void empty_process_error(const scanner_t *s) { };
+void empty_process_error(const scanner_t *s) { }
 
 void debug_process_error(const scanner_t *s)
 {