syntax fixing
This commit is contained in:
parent
452d55d012
commit
e5cf0b74ef
@ -95,7 +95,7 @@ void render_string(const char * const string,
|
||||
display_t * display;
|
||||
HASH_FIND_STR(display_table, mode, display);
|
||||
//
|
||||
if(f){
|
||||
if (f) {
|
||||
display->callback(s, f, token_table[i]->hl->attributes);
|
||||
s += f;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user