mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-17 00:46:34 +00:00
Add missing semicolon
This commit is contained in:
parent
276e0e6765
commit
f7b8091117
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void CSMDoc::Runner::start(bool delayed)
|
||||||
dir.cdUp();
|
dir.cdUp();
|
||||||
dir.cdUp();
|
dir.cdUp();
|
||||||
dir.cdUp();
|
dir.cdUp();
|
||||||
path.prepend("OpenMW.app/Contents/MacOS/")
|
path.prepend("OpenMW.app/Contents/MacOS/");
|
||||||
#endif
|
#endif
|
||||||
path = dir.absoluteFilePath(path);
|
path = dir.absoluteFilePath(path);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue