diff options
Diffstat (limited to '')
-rw-r--r-- | scoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scoop.c b/scoop.c index 5f15ed6..89f0d84 100644 --- a/scoop.c +++ b/scoop.c @@ -387,8 +387,8 @@ static enum Type parseType(const char *input) { int main(int argc, char *argv[]) { bool tty = isatty(STDOUT_FILENO); - char *path = NULL; bool shell = false; + const char *path = NULL; Format *format = (tty ? formatColor : formatPlain); bool sort = false; |