summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 261cc99..1f908f9 100644
--- a/misc.c
+++ b/misc.c
@@ -97,4 +97,4 @@ mkstring(Rune *text)
Term *t = mkterm(StringTerm);
t->text = text;
return t;
-} \ No newline at end of file
+}