diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-08 19:30:26 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-08 19:30:26 +0000 |
commit | 49bd46a150c80802c28606b878f38ec838dc6df0 (patch) | |
tree | 0955ccf7e080bac970506240c164e9689a694cd6 /ge.c | |
parent | 8eeb992206592a3bc858ffda8216ca0538cb7ecf (diff) |
fix ge build
Diffstat (limited to 'ge.c')
-rw-r--r-- | ge.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -284,7 +284,6 @@ main(int argc, char **argv) usage(); /* prepare the configuration */ - conf.verbose = 1; init_mime(&conf.mime); if (certs_dir == NULL) |