diff options
Diffstat (limited to 'src/include/libpq/hba.h')
-rw-r--r-- | src/include/libpq/hba.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index e38889aecb0..0d5ddbaf702 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -4,7 +4,7 @@ * Interface to hba.c * * - * $Id: hba.h,v 1.30 2001/10/28 06:26:07 momjian Exp $ + * $Id: hba.h,v 1.31 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -41,7 +41,7 @@ typedef enum UserAuth uaMD5 #ifdef USE_PAM ,uaPAM -#endif /* USE_PAM */ +#endif /* USE_PAM */ } UserAuth; typedef struct Port hbaPort; |