aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/bada/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/bada/application.cpp')
-rwxr-xr-xbackends/platform/bada/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/bada/application.cpp b/backends/platform/bada/application.cpp
index d5bd1572be..af4e3fc6ef 100755
--- a/backends/platform/bada/application.cpp
+++ b/backends/platform/bada/application.cpp
@@ -71,7 +71,7 @@ void BadaScummVM::OnUserEventReceivedN(RequestId requestId,
if (requestId == USER_MESSAGE_EXIT) {
// normal program termination
Terminate();
- } else if (requestId == USER_MESSAGE_EXIT_ERR) {
+ } else if (requestId == USER_MESSAGE_EXIT_ERR) {
// assertion failure termination
String *message = null;
if (args) {