Removed extra semicolon
authorYoga Ramalingam <yramalingam1@bloomberg.net>
Wed, 3 Dec 2014 13:40:18 +0000 (08:40 -0500)
committerYoga Ramalingam <yramalingam1@bloomberg.net>
Wed, 3 Dec 2014 13:42:33 +0000 (08:42 -0500)
src/utils_cmd_flush.c
src/utils_cmd_getval.c
src/utils_cmd_listval.c
src/utils_cmd_putnotif.c
src/utils_cmd_putval.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)
 {
index cbdd617..657483b 100644 (file)
@@ -35,7 +35,7 @@
       return -1; \
     } \
     fflush(fh); \
-  } while (0);
+  } while (0)
 
 int handle_getval (FILE *fh, char *buffer)
 {
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)
 {
index f8e734d..bed8462 100644 (file)
@@ -34,7 +34,7 @@
       return -1; \
     } \
     fflush(fh); \
-  } while (0);
+  } while (0)
 
 static int set_option_severity (notification_t *n, const char *value)
 {
index 2522819..6a3c9e4 100644 (file)
@@ -34,7 +34,7 @@
             return -1; \
         } \
         fflush(fh); \
-    } while (0);
+    } while (0)
 
 static int dispatch_values (const data_set_t *ds, value_list_t *vl,
                FILE *fh, char *buffer)