about summary refs log tree commit diff
path: root/Src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/text.c')
-rw-r--r--Src/text.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/text.c b/Src/text.c
index 88a27495d..d3eafaf9f 100644
--- a/Src/text.c
+++ b/Src/text.c
@@ -72,10 +72,9 @@ taddstr(char *s)
     tptr += sl;
 }
 
-#if 0
 /* add an integer to the text buffer */
 
-/**/
+#if 0 /**/
 void
 taddint(int x)
 {