diff options
author | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2014-05-25 10:47:32 +0100 |
---|---|---|
committer | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2014-05-25 10:47:32 +0100 |
commit | 0c4063fec469d3cb73a79c4fcc263632044c0dbb (patch) | |
tree | 73b6794cb2594fafff502d4ecb7383d137c01fb9 /src/pam_radius_auth.h | |
parent | 71e753c34e9911d3a873e104bac6d5c2155e73ad (diff) | |
download | libpam-radius-auth-0c4063fec469d3cb73a79c4fcc263632044c0dbb.tar.gz libpam-radius-auth-0c4063fec469d3cb73a79c4fcc263632044c0dbb.zip |
Typo
Diffstat (limited to 'src/pam_radius_auth.h')
-rw-r--r-- | src/pam_radius_auth.h | 7 |
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 |