return -1; \
} \
fflush(fh); \
- } while (0);
+ } while (0)
static int add_to_array (char ***array, int *array_num, char *value)
{
return -1; \
} \
fflush(fh); \
- } while (0);
+ } while (0)
int handle_getval (FILE *fh, char *buffer)
{
free_everything_and_return (-1); \
} \
fflush(fh); \
- } while (0);
+ } while (0)
int handle_listval (FILE *fh, char *buffer)
{
return -1; \
} \
fflush(fh); \
- } while (0);
+ } while (0)
static int set_option_severity (notification_t *n, const char *value)
{
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)