afs: removing trailing semicolons
[openafs.git] / src / WINNT / tests / nmtest / nmtest.c
index 827527e..d7f6f4c 100644 (file)
@@ -54,7 +54,7 @@ void dump_hex(BYTE * buffer, int cb)
     fprintf(stderr, "\n");
 }
 
-#define CCall(f) if (!f) goto done;
+#define CCall(f) if (!f) goto done
 
 BOOL init_test_data(void)
 {