Update of /cvsroot/linuxconsole/ruby/linux/drivers/char
In directory usw-pr-cvs1:/tmp/cvs-serv16926
Modified Files:
conmakehash.c
Log Message:
The dfont_num line was being ommited due to the fact the line wasn't being
continued.. fixed now.
Index: conmakehash.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/char/conmakehash.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- conmakehash.c 2000/10/03 20:04:59 1.3
+++ conmakehash.c 2002/01/08 08:01:27 1.4
@@ -221,7 +221,7 @@
\n\
#include <linux/types.h>\n\
\n\
-u16 dfont_num = %d;
+u16 dfont_num = %d;\n\
\n\
u8 dfont_unicount[%d] = \n\
{\n\t", argv[1], fontlen, fontlen);
|