mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 19:21:47 +00:00
[qfcc] Correct a typo
This commit is contained in:
parent
4e4b553cc3
commit
277c64a460
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ WriteProgdefs (dprograms_t *progs, const char *filename)
|
|||
crc = CRC_Block ((byte *) dstr->str, dstr->size - 1);
|
||||
|
||||
dasprintf (dstr, "#define PROGHEADER_CRC %u\n", crc);
|
||||
dstring_insertstr (dstr, 0, "/* Actually, generated by qfcc, be one must "
|
||||
dstring_insertstr (dstr, 0, "/* Actually, generated by qfcc, but one must "
|
||||
"maintain formalities */");
|
||||
|
||||
if (filename) {
|
||||
|
|
Loading…
Reference in a new issue