diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 12:08:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 16:42:40 +0200 |
commit | 6eca8a647c79e9a5b100672b55f5d02273a28772 (patch) | |
tree | 5361b9007cace2dfdf95c55b009abdcaab1ad60e /web | |
parent | ba283a252267e0365408db3d6b7cf410edccac1b (diff) |
Implement 'about' web page
Diffstat (limited to 'web')
-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 1d68bf3..04c5a63 100644 --- a/web/mime-url-encoding.cxx +++ b/web/mime-url-encoding.cxx @@ -6,7 +6,7 @@ #include <ios> // hex, uppercase, right #include <string> -#include <iomanip> // setw(), setfill () +#include <iomanip> // setw(), setfill() #include <ostream> #include <sstream> #include <cstring> // size_t, strspn() |