diff options
Diffstat (limited to 'platform/bb10/export/export.cpp')
-rw-r--r-- | platform/bb10/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/bb10/export/export.cpp b/platform/bb10/export/export.cpp index 2acd920f31..a17c4cb134 100644 --- a/platform/bb10/export/export.cpp +++ b/platform/bb10/export/export.cpp @@ -482,7 +482,7 @@ Error EditorExportPlatformBB10::export_project(const String& p_path, bool p_debu return err; if (ec!=0) return ERR_CANT_CREATE; - + return OK; } |