diff options
author | EuAndreh <eu@euandre.org> | 2021-08-28 14:20:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-28 14:20:22 -0300 |
commit | d7d39e8bd8c32c7036e081d6ed109e5e0b1d8547 (patch) | |
tree | eab5deadcbfe42f863cef9d47fe6d13d27844338 | |
parent | TODOs.md: Add #task-543193c9-b1c5-9362-b69d-d7b6e5e071f0 (diff) | |
download | gistatic-d7d39e8bd8c32c7036e081d6ed109e5e0b1d8547.tar.gz gistatic-d7d39e8bd8c32c7036e081d6ed109e5e0b1d8547.tar.xz |
src/lib.c: Remove duplicate definition of PROGNAME
-rw-r--r-- | src/lib.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -30,8 +30,6 @@ static const int EXIT_USAGE = 2; -#define PROGNAME "gistatic" - static const char *const CATALOG_NAME = PROGNAME; |