diff options
Diffstat (limited to 'src/base64.h')
-rw-r--r-- | src/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base64.h b/src/base64.h index 7fd29fef..0969b2d3 100644 --- a/src/base64.h +++ b/src/base64.h @@ -45,4 +45,4 @@ serd_base64_get_length(size_t size, bool wrap_lines); bool serd_base64_encode(uint8_t* str, const void* buf, size_t size, bool wrap_lines); -#endif // SERD_BASE64_H +#endif // SERD_BASE64_H |