forked from GitHub/gf-core
fix typo
This commit is contained in:
@@ -131,7 +131,7 @@ PgfPGF *pgf_read_ngf(const char *fpath, PgfExn* err)
|
|||||||
if (pgf != NULL) {
|
if (pgf != NULL) {
|
||||||
delete pgf;
|
delete pgf;
|
||||||
if (is_new)
|
if (is_new)
|
||||||
remove(ngf_path);
|
remove(fpath);
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user