diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-08-08 10:58:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-08-08 10:58:50 +0000 |
commit | 31769c61863ebbcddbe62e3fe794c4ead45a3acc (patch) | |
tree | 4d66598b3d4764d3b099fb706b641b607fb600c2 /usr.bin/doscmd/tty.c | |
parent | 936c7c034e694a424590f345f3a37a5c9ff000a0 (diff) |
Notes
Diffstat (limited to 'usr.bin/doscmd/tty.c')
-rw-r--r-- | usr.bin/doscmd/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index e3bd83052555f..23486cc5940d1 100644 --- a/usr.bin/doscmd/tty.c +++ b/usr.bin/doscmd/tty.c @@ -86,7 +86,7 @@ static u_short scan_code = 0x00; int height; int width; int vattr; -char *xfont = 0; +const char *xfont = 0; #ifndef NO_X Display *dpy; |