Removed extra semicolon
[collectd.git] / src / utils_cmd_listval.c
index 13906c1..fb45200 100644 (file)
@@ -47,7 +47,7 @@
       free_everything_and_return (-1); \
     } \
     fflush(fh); \
-  } while (0);
+  } while (0)
 
 int handle_listval (FILE *fh, char *buffer)
 {