Skip to content

Commit 240ba5c

Browse files
committed
Platform (Windows): adds missing else for Wine version detection
1 parent 554184e commit 240ba5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/platform/FFPlatform_windows.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ static void getSystemReleaseAndVersion(FFPlatformSysinfo* info)
203203
const char* wineVersion = detectWine();
204204
if (wineVersion)
205205
ffStrbufSetF(&info->name, "Wine_%s", wineVersion);
206+
else
206207
{
207208
switch (osVersion.dwPlatformId)
208209
{

0 commit comments

Comments
 (0)