summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-25 08:25:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-25 08:25:31 +0300
commite7024a708615da3477b258d8ee3c783a244b24c3 (patch)
tree23c5a8146a32fca435efa70cb076407d72d94ad7 /src/gmdocument.c
parentd7550e75941aae4eae27232006a94d6e8477127e (diff)
Cleanup
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index ba5d748e..4173a10c 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -898,7 +898,6 @@ static void normalize_GmDocument(iGmDocument *d) {
898 appendCStr_String(normalized, "\n"); 898 appendCStr_String(normalized, "\n");
899 } 899 }
900 set_String(&d->source, collect_String(normalized)); 900 set_String(&d->source, collect_String(normalized));
901 printf("{{{\n%s\n}}}\n", cstr_String(&d->source)); fflush(stdout);
902} 901}
903 902
904void setUrl_GmDocument(iGmDocument *d, const iString *url) { 903void setUrl_GmDocument(iGmDocument *d, const iString *url) {