This commit is contained in:
cuu
2022-02-13 13:43:43 +08:00
parent 1befb7959c
commit 9408d4c237
2 changed files with 3 additions and 3 deletions

View File

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