Browse Source

Add missing '?' for valid glyph check

master
cancel 5 years ago
parent
commit
338baff1fd
  1. 1
      base.h

1
base.h

@ -100,6 +100,7 @@ static bool is_valid_glyph(Glyph c) {
return true;
switch (c) {
case '!':
case '?':
case '.':
case '*':
case ':':

Loading…
Cancel
Save