Typos (really ought to remember to test compile *before* committing, rather than immediately after).

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-09-10 13:05:13 +00:00
parent dc947ce8f5
commit 55dfead066
2 changed files with 3 additions and 3 deletions

View file

@ -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;