mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 20:05:19 -04:00
Add missing semicolon
This commit is contained in:
parent
276e0e6765
commit
f7b8091117
@ -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…
x
Reference in New Issue
Block a user