Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah committed May 12, 2024
1 parent 4be8b55 commit 5af516d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librz/debug/p/native/windows/windows_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ static DWORD get_msg_type(char *name) {
init_msg_types(&msg_types);
}
ut32 found;
const char *type_str = sdb_const_get(msg_types, name, &found);
if (found) {
const char *type_str = sdb_const_get(msg_types, name);
if (type_str) {
int type = rz_num_get(NULL, type_str);
return type;
}
Expand Down

0 comments on commit 5af516d

Please sign in to comment.