mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 03:01:02 +00:00
GUI: Fix indentation to silence GCC 6 warning
This commit is contained in:
parent
610aab1c63
commit
d527a16e2f
@ -170,10 +170,10 @@ bool DownloadDialog::selectDirectories() {
|
||||
else if (localPath[i] == '\\')
|
||||
++backslashes;
|
||||
|
||||
if (backslashes > 0)
|
||||
localPath += '\\' + remoteDirectory.name();
|
||||
else
|
||||
localPath += '/' + remoteDirectory.name();
|
||||
if (backslashes > 0)
|
||||
localPath += '\\' + remoteDirectory.name();
|
||||
else
|
||||
localPath += '/' + remoteDirectory.name();
|
||||
} else {
|
||||
localPath += remoteDirectory.name();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user