(svn r7836) -Codechange: some constness for network/core.

This commit is contained in:
rubidium
2007-01-04 21:48:52 +00:00
parent b2f85eb044
commit 73079f83bc
8 changed files with 18 additions and 18 deletions

View File

@@ -68,7 +68,7 @@ bool NetworkCoreInitialize(void)
void NetworkCoreShutdown(void)
{
#if defined(__MORPHOS__) || defined(__AMIGA__)
/* free allocated ressources */
/* free allocated resources */
#if defined(__AMIGA__)
if (TimerBase != NULL) CloseDevice((struct IORequest*)TimerRequest); // XXX This smells wrong
if (TimerRequest != NULL) DeleteIORequest(TimerRequest);