aboutsummaryrefslogtreecommitdiffstats
path: root/opendircolors.c
diff options
context:
space:
mode:
Diffstat (limited to 'opendircolors.c')
-rw-r--r--opendircolors.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opendircolors.c b/opendircolors.c
index bda00dc..21855ba 100644
--- a/opendircolors.c
+++ b/opendircolors.c
@@ -119,7 +119,6 @@ main(int argc, char **argv)
if (*line == '.') {
sprintf(out + strlen(out), "*%s=%s:", fmttype, val);
continue;
- ;
} else if (*line == '*') {
sprintf(out + strlen(out), "%s=%s:", fmttype, val);
continue;