aboutsummaryrefslogtreecommitdiff
path: root/src/lib/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/base64.h')
-rw-r--r--src/lib/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/base64.h b/src/lib/base64.h
index ba96ca0c..65042c0b 100644
--- a/src/lib/base64.h
+++ b/src/lib/base64.h
@@ -12,6 +12,6 @@
12#include "platform.h" 12#include "platform.h"
13 13
14char * 14char *
15BASE64Decode(const char* src); 15BASE64Decode (const char*src);
16 16
17#endif /* !BASE64_H */ 17#endif /* !BASE64_H */