diff options
Diffstat (limited to 'fxjs/cjs_globaldata.cpp')
-rw-r--r-- | fxjs/cjs_globaldata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_globaldata.cpp b/fxjs/cjs_globaldata.cpp index a78bce55c3..29db2debf8 100644 --- a/fxjs/cjs_globaldata.cpp +++ b/fxjs/cjs_globaldata.cpp @@ -297,7 +297,7 @@ void CJS_GlobalData::LoadGlobalPersistentVariables() { case JS_GlobalDataType::NULLOBJ: { SetGlobalVariableNull(sEntry); SetGlobalVariablePersistent(sEntry, true); - } + } break; case JS_GlobalDataType::OBJECT: break; } |