Removed extra semicolon
[collectd.git] / src / utils_cmd_flush.c
index b84e8de..4e7526b 100644 (file)
@@ -35,7 +35,7 @@
                        return -1; \
                } \
                fflush(fh); \
-       } while (0);
+       } while (0)
 
 static int add_to_array (char ***array, int *array_num, char *value)
 {