changed quit from 'q' to 'Q'

master
bx 2022-04-02 14:47:14 +00:00
parent c839aa9e61
commit bd0198b407
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ NULL,
['O'] = c_open,
['P'] = c_print,
['w'] = c_writeline,
['q'] = NULL,
['Q'] = c_quit,