summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-10-17 07:47:42 +0200
committerLinus Nordberg <linus@nordu.net>2016-10-17 09:04:21 +0200
commit95ef105558bf80274d7624bdf584ae2b4f84c388 (patch)
treeafd7999a68e90af0e9090707660df2add0ed4513
parentf7f97c7ac8ff4e7a8d124c008d4c25933af1382c (diff)
Hopefully make clang less unhappy about '#if defined'.
Reported by Luke Benes.
-rw-r--r--AUTHORS1
-rw-r--r--radsecproxy-hash.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 0e0436a..e3eb815 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,6 +14,7 @@ Faidon Liambotis
Hans Zandbelt
Kolbjørn Barmen
Linus Nordberg
+Luke Benes
Maja Wolniewicz
Milan Sova
Paul Dekkers
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"