From 0c4063fec469d3cb73a79c4fcc263632044c0dbb Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 25 May 2014 10:47:32 +0100 Subject: Typo --- src/pam_radius_auth.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3