fix typo - webdump - HTML to plain-text converter for webpages | |
git clone git://git.codemadness.org/webdump | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 83d4fe1dd6996c779d73406a237c9fd470cda9b6 | |
parent 2e32abeb2743e5fce55bdfc1591bb66eedd63a45 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 11 Sep 2023 19:10:29 +0200 | |
fix typo | |
Diffstat: | |
M webdump.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/webdump.c b/webdump.c | |
@@ -991,7 +991,7 @@ printpre(const char *s, size_t len) | |
i = 0; | |
if (skipinitialws) { | |
if (*s == '\n' && i < len) { | |
- *s++; | |
+ s++; | |
i++; | |
} | |
} |