diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 17:05:29 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 20:16:27 -0500 |
| commit | 1bf24c7daad1eb954dc160784802de58f9809fa1 (patch) | |
| tree | 1937da7585de3858298ad7dc214820c95255cd51 /src/main.cpp | |
| parent | d288587b002b19c54dc08d08ae267d301aa2ac81 (diff) | |
refactored setupInstance(), comments
ok -> okay
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index fdd09872..e0326b27 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -237,7 +237,7 @@ int runApplication( { const auto setupResult = setupInstance(currentInstance, *pluginContainer); - if (setupResult == SetupInstanceResults::Ok) { + if (setupResult == SetupInstanceResults::Okay) { break; } else if (setupResult == SetupInstanceResults::TryAgain) { continue; |
