mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Typos (really ought to remember to test compile *before* committing, rather than immediately after).
This commit is contained in:
parent
dc947ce8f5
commit
55dfead066
2 changed files with 3 additions and 3 deletions
|
@ -162,8 +162,8 @@ opcode_t pr_opcodes[] = {
|
|||
static const char *
|
||||
get_key (void *_op, void *unused)
|
||||
{
|
||||
char *r = rep;
|
||||
static char rep[4];
|
||||
char *r = rep;
|
||||
opcode_t *op = (opcode_t *)_op;
|
||||
|
||||
*r++ = (op->opcode & 0x7f) + 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue