summaryrefslogtreecommitdiff
path: root/src/common/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hmac.c')
-rw-r--r--src/common/hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hmac.c b/src/common/hmac.c
index f0b239dcf09..ea3b8c2bedb 100644
--- a/src/common/hmac.c
+++ b/src/common/hmac.c
@@ -43,7 +43,7 @@ typedef enum pg_hmac_errno
{
PG_HMAC_ERROR_NONE = 0,
PG_HMAC_ERROR_OOM,
- PG_HMAC_ERROR_INTERNAL
+ PG_HMAC_ERROR_INTERNAL,
} pg_hmac_errno;
/* Internal pg_hmac_ctx structure */