diff options
author | B Stack <bgstack15@gmail.com> | 2019-09-03 20:50:36 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-09-03 20:50:36 +0000 |
commit | 89b5c8eb6012b7b4560958ad3c1aa5b187dafc94 (patch) | |
tree | afc54ec004ab863262f5621fbf282c42fdff29cc /zen/base64.h | |
parent | Merge branch '10.14' into 'master' (diff) | |
parent | add upstream 10.15 (diff) | |
download | FreeFileSync-89b5c8eb6012b7b4560958ad3c1aa5b187dafc94.tar.gz FreeFileSync-89b5c8eb6012b7b4560958ad3c1aa5b187dafc94.tar.bz2 FreeFileSync-89b5c8eb6012b7b4560958ad3c1aa5b187dafc94.zip |
Merge branch '10.15' into 'master'10.15
add upstream 10.15
See merge request opensource-tracking/FreeFileSync!12
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"; |