fix format

master
Daniel Kolesa 2016-08-31 20:09:30 +01:00
parent 5cfec4ac4e
commit 1bd79d7589
1 changed files with 1 additions and 1 deletions

View File

@ -1667,7 +1667,7 @@ endstatement:
switch (c) {
case '\0':
if (c != brak) {
cs_debug_code_line(gs.cs, line, "missing \"%c\"", brak);
cs_debug_code_line(gs.cs, line, "missing \"%c\"", char(brak));
}
gs.source--;
return;