mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
Fix typo
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
b2a3f12640
commit
e86e916551
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ UpdateChecker::Result UpdateChecker::check()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return = UpdateChecker::Result::AlreadyUpToDate;
|
return UpdateChecker::Result::AlreadyUpToDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateChecker::visitWebsite()
|
void UpdateChecker::visitWebsite()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue