mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:33:49 +02:00
Typo.
This commit is contained in:
parent
50d1beb95f
commit
470a490494
1 changed files with 2 additions and 2 deletions
|
@ -203,9 +203,9 @@ int TestScriptingInterface::getOtherAvatarsReplicaCount() {
|
|||
QString TestScriptingInterface::getOperatingSystemType() {
|
||||
#ifdef Q_OS_WIN
|
||||
return "WINDOWS";
|
||||
#elif #defined Q_MAC_OS
|
||||
#elif defined Q_MAC_OS
|
||||
return "MACOS";
|
||||
#else
|
||||
return "UNKNOWN";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue