aboutsummaryrefslogtreecommitdiff
path: root/scripts/mkflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkflags.c')
-rw-r--r--scripts/mkflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkflags.c b/scripts/mkflags.c
index b28ae1e1..93294884 100644
--- a/scripts/mkflags.c
+++ b/scripts/mkflags.c
@@ -64,7 +64,7 @@ char *mark_gaps(char *flags, char *all)
if (bare) bare = chrtype(c);
if (*flags == c) {
*(new++) = c;
- *flags++;
+ flags++;
continue;
}