summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index d86b2c1..5336596 100644
--- a/html.c
+++ b/html.c
@@ -251,3 +251,3 @@ char *convert_query_hexchar(char *txt)
251 if (d1<0 || d2<0) { 251 if (d1<0 || d2<0) {
252 memmove(txt, txt+3, n-3); 252 memmove(txt, txt+3, n-2);
253 return txt-1; 253 return txt-1;