X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=bfa9966bb0eb742f7f370247ffb181f86dede637;hb=720b0a62c8af0585e9517ed7a98ea336304c02e4;hp=d2e5e38f40be8fcf749f708b42d5d3f1b8cb635f;hpb=91e7402d4823e010145d440345e904dfcf86038d;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index d2e5e38f..bfa9966b 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -107,7 +107,7 @@ void InitExitFunction(void (*exit_function)(int)) #endif } -void InitPlatformDependantStuff(void) +void InitPlatformDependentStuff(void) { #if defined(PLATFORM_MSDOS) _fmode = O_BINARY; @@ -120,7 +120,7 @@ void InitPlatformDependantStuff(void) #endif } -void ClosePlatformDependantStuff(void) +void ClosePlatformDependentStuff(void) { #if defined(PLATFORM_MSDOS) dumpErrorFile();