changed quit from 'q' to 'Q'
parent
c839aa9e61
commit
bd0198b407
|
@ -4,3 +4,5 @@ NULL,
|
|||
['O'] = c_open,
|
||||
['P'] = c_print,
|
||||
['w'] = c_writeline,
|
||||
['q'] = NULL,
|
||||
['Q'] = c_quit,
|
||||
|
|
Loading…
Reference in New Issue