diff options
Diffstat (limited to 'src/include/common/base64.h')
-rw-r--r-- | src/include/common/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/base64.h b/src/include/common/base64.h index 09b69b1656a..7fe19bb4321 100644 --- a/src/include/common/base64.h +++ b/src/include/common/base64.h @@ -16,4 +16,4 @@ extern int pg_b64_decode(const char *src, int len, char *dst); extern int pg_b64_enc_len(int srclen); extern int pg_b64_dec_len(int srclen); -#endif /* BASE64_H */ +#endif /* BASE64_H */ |