syntax fixing

This commit is contained in:
anon 2023-08-19 13:21:43 +02:00
parent 452d55d012
commit e5cf0b74ef

View File

@ -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 {