aboutsummaryrefslogtreecommitdiffstats
path: root/opendircolors.c
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-05 08:56:43 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-05 08:56:43 -0400
commitc94bbb169889ec8827c373ebd6cfadf9f330218e (patch)
tree501bb0c99017e53cfecef58c970a04aee8e0bbdf /opendircolors.c
parent04f493eeecd67ad28322cba7cc0d2ca264ab97eb (diff)
downloadopendircolors-c94bbb169889ec8827c373ebd6cfadf9f330218e.tar.gz
opendircolors-c94bbb169889ec8827c373ebd6cfadf9f330218e.tar.zst
opendircolors-c94bbb169889ec8827c373ebd6cfadf9f330218e.zip
Add format rule
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;