mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Fix that
This commit is contained in:
parent
6a4e175f86
commit
a7fdbbe35b
1 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,8 @@ void genhtml() {
|
|||
fprintf(fp, HTML,
|
||||
build_table[0], build_table[1],
|
||||
build_table[2], build_table[3],
|
||||
build_table[4], build_table[5]
|
||||
build_table[4], build_table[5],
|
||||
build_table[6], build_table[7]
|
||||
);
|
||||
fclose (fp);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue