summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libsmartcols/src/grouping.c2
1 files changed, 1 insertions, 1 deletions
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)
{