aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 8c17718..c12c33c 100644
--- a/global.h
+++ b/global.h
@@ -329,7 +329,7 @@ void Error(const char *EC,bool hgecreated=false)
_rmdir("./Resources/Music");
_rmdir("./Resources");
#endif
- exit(0);
+ exit(1);
}
void ShowTip(const char *tip)
{