mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 03:42:39 +01:00
code fix
This commit is contained in:
@@ -111,8 +111,8 @@ void init_printer(){
|
||||
g_config.face = face;
|
||||
g_config.ft = ft;
|
||||
}else {
|
||||
g_config.face = null;
|
||||
g_config.ft = null;
|
||||
g_config.face = NULL;
|
||||
g_config.ft = NULL;
|
||||
}
|
||||
|
||||
g_config.line_space=0;
|
||||
|
||||
Reference in New Issue
Block a user