Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed May 5, 2009
1 parent 30c3bf9 commit 0d2dbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/hu_log.c
Expand Up @@ -390,7 +390,7 @@ void Hu_LogShutdown(void)
if(msg->text)
free(msg->text);
msg->text = NULL;
msg->len = 0;
msg->maxLen = 0;
}

log->msgCount = log->numVisibleMsgs = 0;
Expand Down

0 comments on commit 0d2dbe4

Please sign in to comment.