diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 49b785fa8..1250f6757 100644 --- a/src/main.c +++ b/src/main.c @@ -107,7 +107,7 @@ static int setenv(const char *name, const char *value, int replace) return out; } -#endif /* HAVE_SETENV */ +#endif /* HAVE_SETENV */ static void usage(char *argv[]) { |