Skip to content

Commit

Permalink
Update MESSAGE.C
Browse files Browse the repository at this point in the history
minor style thing that I'd missed
  • Loading branch information
Kawa-oneechan committed Jan 19, 2021
1 parent 5de203f commit 99b8359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions BASE/MESSAGE.C
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ static void getSize(uint module, byte noun, byte verb, byte cond, byte seq)
}

//set reference values for this message, returning FALSE if message not found.
static bool
getRefValues(uint module, byte noun, byte verb, byte cond, byte seq, byte *refNoun, byte *refVerb, byte *refCond)
static bool getRefValues(uint module, byte noun, byte verb, byte cond, byte seq, byte *refNoun, byte *refVerb, byte *refCond)
{
IndexEntry far *indexEntry;
MsgStack stack;
Expand Down
3 changes: 1 addition & 2 deletions EXT/MESSAGE.C
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ static void getSize(uint module, byte noun, byte verb, byte cond, byte seq)
}

//set reference values for this message, returning FALSE if message not found.
static bool
getRefValues(uint module, byte noun, byte verb, byte cond, byte seq, byte *refNoun, byte *refVerb, byte *refCond)
static bool getRefValues(uint module, byte noun, byte verb, byte cond, byte seq, byte *refNoun, byte *refVerb, byte *refCond)
{
IndexEntry far *indexEntry;
MsgStack stack;
Expand Down

0 comments on commit 99b8359

Please sign in to comment.