]> git.cameronkatri.com Git - opendircolors.git/commitdiff
Fix some errors master
authorCameron Katri <me@cameronkatri.com>
Sun, 23 Jan 2022 02:15:10 +0000 (21:15 -0500)
committerCameron Katri <me@cameronkatri.com>
Sun, 23 Jan 2022 02:15:10 +0000 (21:15 -0500)
common.c
opendircolors.c

index 56e59d37c16d6f6f96bbf5278a7fb50f23e31f0c..fb96d368a30c8ff9bcfafee17bb8665af1ed61d7 100644 (file)
--- 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';
index 634726fd25905204c98dac929797646d50a97cf4..97cc5ca2d53e51af1444e9cc0b01eb362bc3e040 100644 (file)
@@ -44,7 +44,7 @@ static void usage(const char *);
 // clang-format off
 static const struct option long_options[] = {
        { "help", no_argument, NULL, 'h' },
-       { "bourne-shell", no_argument, NULL },
+       { "bourne-shell", no_argument, NULL, 0 },
        { "sh", no_argument, NULL, 'b' },
        { "csh", no_argument, NULL, 'c' },
        { "c-shell", no_argument, NULL, 'c' },