From 95ef105558bf80274d7624bdf584ae2b4f84c388 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 17 Oct 2016 07:47:42 +0200 Subject: Hopefully make clang less unhappy about '#if defined'. Reported by Luke Benes. --- radsecproxy-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radsecproxy-hash.c') diff --git a/radsecproxy-hash.c b/radsecproxy-hash.c index c55301b..2e21f38 100644 --- a/radsecproxy-hash.c +++ b/radsecproxy-hash.c @@ -14,7 +14,7 @@ usage() { fprintf(stderr, "usage: radsecproxy-hash [-h] [-k key] [-t type]\n" -#if defined (READ_CONFIG) +#if defined(READ_CONFIG) " -c configfile\tuse configuration from CONFIGFILE\n" #endif " -h\t\t\tdisplay this help and exit\n" -- cgit v1.1