mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Remove execessive html quoting.
Heh, I must have put that in long before I did the quoting functions.
This commit is contained in:
parent
dbbca47a3b
commit
7f229b7682
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ operand_string (operand_t *op)
|
|||
case op_pointer:
|
||||
type = op->o.value->v.pointer.type;
|
||||
if (op->o.value->v.pointer.def)
|
||||
return va ("(%s)[%d]<%s>",
|
||||
return va ("(%s)[%d]<%s>",
|
||||
type ? pr_type_name[type->type] : "???",
|
||||
op->o.value->v.pointer.val,
|
||||
op->o.value->v.pointer.def->name);
|
||||
|
|
Loading…
Reference in a new issue