mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Please the Samual
This commit is contained in:
parent
78a3c5d571
commit
e15046d66c
1 changed files with 2 additions and 0 deletions
2
code.c
2
code.c
|
@ -249,6 +249,8 @@ static void code_stats(const char *filename, const char *lnofile, code_t *code,
|
||||||
con_out(" name: %s\n", lnofile);
|
con_out(" name: %s\n", lnofile);
|
||||||
con_out(" size: %u (bytes)\n", code_size_debug(code, code_header));
|
con_out(" size: %u (bytes)\n", code_size_debug(code, code_header));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
con_out("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue