Skip to content

Commit 15780df

Browse files
committed
Fix typo
1 parent 2f2b7fe commit 15780df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revoice/src/revoice_rehlds_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool Revoice_RehldsApi_TryInit(CSysModule *engineModule, char *failureReason)
3737
}
3838

3939
if (minorVersion < REHLDS_API_VERSION_MINOR) {
40-
sprintf(failureReason, "REHLDS Api minor version mismatch; expected at least %d, real %d\n", REHLDS_API_VERSION_MINOR, majorVersion);
40+
sprintf(failureReason, "REHLDS Api minor version mismatch; expected at least %d, real %d\n", REHLDS_API_VERSION_MINOR, minorVersion);
4141
return false;
4242
}
4343

0 commit comments

Comments
 (0)