summaryrefslogtreecommitdiffstats
path: root/board/MAI/bios_emulator/scitech/src/pm/tests/checks.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/MAI/bios_emulator/scitech/src/pm/tests/checks.c')
-rw-r--r--board/MAI/bios_emulator/scitech/src/pm/tests/checks.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/board/MAI/bios_emulator/scitech/src/pm/tests/checks.c b/board/MAI/bios_emulator/scitech/src/pm/tests/checks.c
index 81737e17d7..5933ac9f73 100644
--- a/board/MAI/bios_emulator/scitech/src/pm/tests/checks.c
+++ b/board/MAI/bios_emulator/scitech/src/pm/tests/checks.c
@@ -80,21 +80,21 @@ void _CHK_defaultFail(
sprintf(buf,msg,cond,file,line);
if (log) {
- fputs(buf,log);
- fflush(log);
- fclose(log);
+ fputs(buf,log);
+ fflush(log);
+ fclose(log);
#ifdef __WINDOWS__
- OutputDebugStr(buf);
+ OutputDebugStr(buf);
#endif
- }
+ }
if (fatal) {
#ifdef __WINDOWS__
- MessageBox(NULL, buf,"Fatal Error!",MB_ICONEXCLAMATION);
+ MessageBox(NULL, buf,"Fatal Error!",MB_ICONEXCLAMATION);
#else
- fputs(buf,stderr);
+ fputs(buf,stderr);
#endif
- exit(-1);
- }
+ exit(-1);
+ }
}
#endif /* CHECKED */
OpenPOWER on IntegriCloud