diff options
Diffstat (limited to 'zen/base64.h')
-rw-r--r-- | zen/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/base64.h b/zen/base64.h index 54a0a98b..623f8f7f 100644 --- a/zen/base64.h +++ b/zen/base64.h @@ -13,7 +13,7 @@ namespace zen { -//http://en.wikipedia.org/wiki/Base64 +//https://en.wikipedia.org/wiki/Base64 /* Usage: const std::string input = "Sample text"; |