mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a silly that messed up type mismatch errors
This commit is contained in:
parent
8fdd8a0888
commit
8a7bb9c4a0
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ static void
|
|||
linker_type_mismatch (qfo_def_t *def, qfo_def_t *d)
|
||||
{
|
||||
def_error (def, "type mismatch for `%s' `%s'",
|
||||
TYPE_STRING (def->name),
|
||||
STRING (def->name),
|
||||
TYPE_STRING (def->full_type));
|
||||
def_error (d, "previous definition `%s'", TYPE_STRING (d->full_type));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue