diff options
Diffstat (limited to 'badroff.c')
-rw-r--r-- | badroff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -343,6 +343,7 @@ char* line(void){ } else { out = norm(); } + free(twobytes); nbspsub(out); return out; } |