Skip to content

Commit

Permalink
Fixed typo in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jul 7, 2007
1 parent 7b52139 commit 7eadef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/dehread/src/dehmain.c
Expand Up @@ -916,7 +916,7 @@ int PatchThing(int thingy)
{
info = &dummy;
LPrintf("Thing %lu out of range. Create more Thing defs!\n",
(unsigned long) thingNum + 1));
(unsigned long) (thingNum + 1));
}

while((result = GetLine()) == 1)
Expand Down

0 comments on commit 7eadef2

Please sign in to comment.