Skip to content

Commit ad4843d

Browse files
committed
Initial commit
1 parent a4b7d4a commit ad4843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cir.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const struct CIKey* cir_get(struct CIR* const obj) {
175175
const struct CIKey* const key = &keys[index];
176176

177177
#if defined(_WIN32)
178-
if (key->code == (DWORD) *obj->tmp) {
178+
if (*key->code == (DWORD) *obj->tmp) {
179179
return key;
180180
}
181181
#else

0 commit comments

Comments
 (0)