Skip to content

Commit

Permalink
fix: typo of assert object
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang authored Jul 5, 2024
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 number Diff line number Diff line change
Expand Up @@ -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--) {
Expand Down

0 comments on commit 75fcbef

Please sign in to comment.