Fix copy/paste error in project.c

This commit is contained in:
Lew Rossman
2025-02-19 10:32:49 -05:00
parent 0f7fb48d73
commit f37e4934c6
2 changed files with 6 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ int newline(Project *pr, int sect, char *line)
case _REPORT: return (reportdata(pr));
case _TIMES: return (timedata(pr));
case _OPTIONS: return (optiondata(pr));
case _TAGS: return (tagdata(pr));
case _TAGS: return (tagdata(pr));
case _COORDS: return (coordata(pr));
case _VERTICES: return (vertexdata(pr));