summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2014-05-25 10:47:32 +0100
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>2014-05-25 10:47:32 +0100
commit0c4063fec469d3cb73a79c4fcc263632044c0dbb (patch)
tree73b6794cb2594fafff502d4ecb7383d137c01fb9
parent71e753c34e9911d3a873e104bac6d5c2155e73ad (diff)
downloadlibpam-radius-auth-0c4063fec469d3cb73a79c4fcc263632044c0dbb.tar.gz
libpam-radius-auth-0c4063fec469d3cb73a79c4fcc263632044c0dbb.zip
Typo
-rw-r--r--src/pam_radius_auth.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pam_radius_auth.h b/src/pam_radius_auth.h
index e252ce9..5358764 100644
--- a/src/pam_radius_auth.h
+++ b/src/pam_radius_auth.h
@@ -82,9 +82,10 @@ typedef struct radius_conf_t {
* On older versions of Solaris, you may have to change this to:
* #define CONST
*/
-# define CONST const
-#else
-# define CONST
+# define CONST const
+# else
+# define CONST
+# endif
#endif
#ifndef PAM_EXTERN