Skip to content

Commit e2761d1

Browse files
committed
[Fix] Fix libopenmpt build.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@24987 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 49c8d46 commit e2761d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soundlib/Load_ss.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ CSoundFile::ProbeResult CSoundFile::ProbeFileHeaderSS(MemoryFileReader file, con
233233
#else
234234
MPT_UNUSED(file);
235235
MPT_UNUSED(pfilesize);
236-
return false;
236+
return ProbeFailure;
237237
#endif
238238
}
239239

0 commit comments

Comments
 (0)