summaryrefslogtreecommitdiff
path: root/smu.c
diff options
context:
space:
mode:
Diffstat (limited to 'smu.c')
-rw-r--r--smu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/smu.c b/smu.c
index 01ef239..2b9e8fc 100644
--- a/smu.c
+++ b/smu.c
@@ -148,6 +148,7 @@ docomment(const char *begin, const char *end, int newblock) {
p = strstr(begin, "-->");
if(!p || p + 3 >= end)
return 0;
+ fprintf(stdout, "%.*s\n", (int)(p + 3 - begin), begin);
return (p + 3 - begin) * (newblock ? -1 : 1);
}