update it

This commit is contained in:
Sukchan Lee 2017-07-12 23:47:46 +09:00
parent a9c3e2f8ad
commit 24200585c1
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ status_t config_initialize(char *config_path)
path, rv, core_strerror(rv, str, MAX_CONFIG_FILE_SIZE));
return rv;
}
str[nbytes-1] = 0;
file_close(file);
jsmn_init(&parser);