add a missing blank line ;)

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
Thomas Bernard 2018-02-15 14:17:53 +01:00
parent 0ce37b39b6
commit e8a9d7e700

View File

@ -248,6 +248,7 @@ static void Cleanup_string_unicode(word* str, int input_type)
} }
str[j] = 0; str[j] = 0;
} }
static void Display_whole_string(word x_pos,word y_pos,const char * str,byte position) static void Display_whole_string(word x_pos,word y_pos,const char * str,byte position)
{ {
char cursor[2]; char cursor[2];