Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Oct 30, 2017
1 parent 2f2b7fe commit 15780df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revoice/src/revoice_rehlds_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bool Revoice_RehldsApi_TryInit(CSysModule *engineModule, char *failureReason)
}

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

Expand Down

0 comments on commit 15780df

Please sign in to comment.