qlmpilib.c:fix ql_init() to static

This commit is contained in:
Hitoshi Iizuka
2017-08-30 17:00:37 +09:00
parent a2b8235e83
commit 82a0f155d8

View File

@ -92,7 +92,7 @@ static int ql_get_option() {
} }
int ql_init() { static int ql_init() {
char tmp_path[1024]; char tmp_path[1024];
char *env_str; char *env_str;