Skip to content

Commit

Permalink
fix missing double quotes in terminal/debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 10, 2023
1 parent 5796090 commit b00333f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quake/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,15 @@ static const char* Con_ToAscii(const char *message)
static const char translate[] =
".\1\2.......\n. .."
"[]0123456789.-=-"
" ! #$%&'()*+,-./"
" !\"#$%&'()*+,-./"
"0123456789:;<=>?"
"@ABCDEFGHIJKLMNO"
"PQRSTUVWXYZ[\\]^_"
"`abcdefghijklmno"
"pqrstuvwxyz{|}~."
"-=-....... ....."
"[]0123456789.-=-"
" ! #$%&'()*+,-./"
" !\"#$%&'()*+,-./"
"0123456789:;<=>?"
"@ABCDEFGHIJKLMNO"
"PQRSTUVWXYZ[\\]^_"
Expand Down

0 comments on commit b00333f

Please sign in to comment.