map after inspecting to properly detect orphans
This commit is contained in:
parent
9c13438562
commit
eb1ab2eddf
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -674,7 +674,7 @@ int main(void) {
|
||||||
return error("Indexing", "Failed");
|
return error("Indexing", "Failed");
|
||||||
if (!generate(&lex))
|
if (!generate(&lex))
|
||||||
return error("Generating", "Failed");
|
return error("Generating", "Failed");
|
||||||
map(&lex);
|
|
||||||
inspect(&lex);
|
inspect(&lex);
|
||||||
|
map(&lex);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue