Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jan 30, 2024
1 parent c140474 commit dc524e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/framework/src/utils/version.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Framework::Utils::Version {
bool VersionSatisfies(const char *a, const char *b) {
if (!a && !b) {
return true;
})
}
semver_t va, vb;
if (!BuildVersion(a, va)) {
return false;
Expand Down

0 comments on commit dc524e9

Please sign in to comment.