Skip to content
/ weasel Public

Commit

Permalink
fix: typo of assert object
Browse filesBrowse the repository at this point in the history
@fxliang
fxliang committedJul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 245d230 commit 75fcbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RimeWithWeasel/RimeWithWeasel.cpp
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RimeWithWeaselHandler::RimeWithWeaselHandler(UI* ui)
m_show_notifications_time(1200),
_UpdateUICallback(NULL) {
rime_api = rime_get_api();
assert(rime);
assert(rime_api);
m_pid = GetCurrentProcessId();
uint16_t msbit = 0;
for (auto i = 31; i >= 0; i--) {

0 comments on commit 75fcbef

Please sign in to comment.