aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102.c')
-rw-r--r--src/vt102.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vt102.c b/src/vt102.c
index 66c0b40..a10e025 100644
--- a/src/vt102.c
+++ b/src/vt102.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.55 2008/03/02 12:32:57 staffcvs
+ * *** empty log message ***
+ *
* Revision 1.54 2008/03/02 10:37:56 james
* *** empty log message ***
*
@@ -1707,8 +1710,9 @@ vt102_parse_char (Context * c, int ch)
#endif
switch (ch) {
-#if 0
/*NUL*/ case 0:
+ break;
+#if 0
/*SOH*/ case 1:
/*STX*/ case 2:
/*ETX*/ case 3: