summaryrefslogtreecommitdiff
path: root/src/proxy/proxystrings.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-14 19:20:14 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-14 19:20:14 +0000
commit0573b166b2aa2ee40be1a328636cb539d96aeeac (patch)
tree60225c1335ff26c5e4f29bc7043548daa44c7d73 /src/proxy/proxystrings.h
parenteaef7eb1f7ae092d73eeffa245ab418d70748fdf (diff)
Merge sources from windows-1252 to utf-8
Diffstat (limited to 'src/proxy/proxystrings.h')
-rwxr-xr-xsrc/proxy/proxystrings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy/proxystrings.h b/src/proxy/proxystrings.h
index 84c4693..23456a7 100755
--- a/src/proxy/proxystrings.h
+++ b/src/proxy/proxystrings.h
@@ -58,7 +58,7 @@ static void unescapehttp(const char* s, String* tempo) {
i++;
hc = (char) ehex(s+i);
StringAddchar(*tempo, (char) hc);
- i++; // sauter 2 caractères finalement
+ i++; // sauter 2 caractères finalement
}
else if (s[i]=='+') {
StringAddchar(*tempo, ' ');