From 5837f08a505df84f8a35ab418d296ba14812b90c Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 13 Dec 2018 21:55:02 +0000 Subject: libsmartcols: remove extra ';' outside of a function [-Wextra-semi] Signed-off-by: Sami Kerola --- libsmartcols/src/grouping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsmartcols/src') diff --git a/libsmartcols/src/grouping.c b/libsmartcols/src/grouping.c index 7477946f6..23dd7fcf0 100644 --- a/libsmartcols/src/grouping.c +++ b/libsmartcols/src/grouping.c @@ -156,7 +156,7 @@ static inline const char *group_state_to_string(int state) assert((size_t) state < ARRAY_SIZE(grpstates)); return grpstates[state]; -}; +} static void grpset_debug(struct libscols_table *tb, struct libscols_line *ln) { -- cgit v1.2.3-55-g7522