aboutsummaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-01-22 21:15:10 -0500
committerCameron Katri <me@cameronkatri.com>2022-01-22 21:15:10 -0500
commit253429e84ebe40dc6a959dc0c60b2f89ec49b55d (patch)
tree5b0c16ff2b86b8700e06c02312241daabe3ac1f8 /common.c
parentc4110ab04551f0e2583b45af0fec237fbe20b7e3 (diff)
downloadopendircolors-master.tar.gz
opendircolors-master.tar.zst
opendircolors-master.zip
Fix some errorsHEADmaster
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index 56e59d3..fb96d36 100644
--- a/common.c
+++ b/common.c
@@ -39,7 +39,6 @@ parseansi(char *ansi, struct color *color)
{
long long num;
char *token;
- const char *errstr;
bool bold = false, underline = false;
color->fg = 'x';