diff --git a/tools/qfcc/source/idstuff.c b/tools/qfcc/source/idstuff.c index ae32f0898..57cd15780 100644 --- a/tools/qfcc/source/idstuff.c +++ b/tools/qfcc/source/idstuff.c @@ -220,8 +220,8 @@ WriteProgdefs (const char *filename) f = fopen (filename, "wb"); // print global vars until the first field is defined - fprintf (f, - "\n/* file generated by qcc, do not modify */\n\ntypedef struct\n{\tint\tpad[%i];\n", + fprintf (f, "\n/* file generated by qcc, do not modify */" + "\n\ntypedef struct\n{\tint\tpad[%i];\n", RESERVED_OFS); for (d = pr.scope->head; d; d = d->def_next) {