From 7c12d67c2f89259bd2bd14f6c09842d7f396a3ae Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Tue, 3 Jun 2014 03:31:09 -0400 Subject: [PATCH] Changed _BASE64_H_HEADER to a comment at the end. (woops!) --- Jupiter/Base64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jupiter/Base64.h b/Jupiter/Base64.h index fb76824..73fc766 100644 --- a/Jupiter/Base64.h +++ b/Jupiter/Base64.h @@ -172,4 +172,4 @@ JUPITER_API unsigned int Jupiter_base64decode_s(const char *data, size_t dataLen } #endif -#endif _BASE64_H_HEADER \ No newline at end of file +#endif // _BASE64_H_HEADER \ No newline at end of file