Correct return type of tmsg_cleanup
This commit is contained in:
parent
f217b14e3e
commit
eaa24860ce
2 changed files with 2 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ void tmsg_start()
|
|||
assert(! sgpTimedMsgHead);
|
||||
}
|
||||
|
||||
void *tmsg_cleanup()
|
||||
void tmsg_cleanup()
|
||||
{
|
||||
TMsg *next;
|
||||
|
||||
|
|
@ -50,5 +50,4 @@ void *tmsg_cleanup()
|
|||
MemFreeDbg(sgpTimedMsgHead);
|
||||
sgpTimedMsgHead = next;
|
||||
}
|
||||
return sgpTimedMsgHead;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue