mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 16:31:32 +00:00
Fix some source formatting
This commit is contained in:
parent
d0dc0e15fb
commit
c3c55f0bcc
1 changed files with 6 additions and 6 deletions
|
@ -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', '.', '<', '=', '>',
|
||||
|
|
Loading…
Reference in a new issue