Fix some source formatting

This commit is contained in:
Bill Currie 2020-02-23 19:05:43 +09:00
parent d0dc0e15fb
commit c3c55f0bcc

View file

@ -126,7 +126,7 @@ qboolean stdin_ready;
/* The translation table between the graphical font and plain ASCII --KB */
VISIBLE const char sys_char_map[256] = {
'\0', '#', '#', '#', '#', '.', '#', '#',
0, '#', '#', '#', '#', '.', '#', '#',
'#', 9, 10, '#', ' ', 13, '.', '.',
'[', ']', '0', '1', '2', '3', '4', '5',
'6', '7', '8', '9', '.', '<', '=', '>',