diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-22 01:30:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-22 16:08:45 +0300 |
commit | 0e6d08495733ed268e1624ca6450a0f4ecccac33 (patch) | |
tree | 0d2f58c87a96ebca97f17b7c5697413fc9118908 /web/mime-url-encoding.cxx | |
parent | 7cde0aab8206a5d95091860a8c1114d625f5280a (diff) |
Add support for forced rebuild
Diffstat (limited to 'web/mime-url-encoding.cxx')
-rw-r--r-- | web/mime-url-encoding.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/mime-url-encoding.cxx b/web/mime-url-encoding.cxx index fc0511e..fa85dd3 100644 --- a/web/mime-url-encoding.cxx +++ b/web/mime-url-encoding.cxx @@ -17,7 +17,7 @@ using namespace std; namespace web { // Encode characters different from unreserved ones specified in - // "2.3. Unreserved Characters" of http://tools.ietf.org/html/rfc3986. + // "2.3. Unreserved Characters" of http://tools.ietf.org/html/rfc3986. // void mime_url_encode (const char* v, ostream& o) |