diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/configtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configtable.c b/lib/configtable.c index 735ce8f8..e2d92bf0 100644 --- a/lib/configtable.c +++ b/lib/configtable.c @@ -101,7 +101,7 @@ configtable_find_image(const EFI_DEVICE_PATH *DevicePath) break; } - if (CompareMem(dp, DevicePath, Size) == 0) { + if (CompareMem(dp, (void *)DevicePath, Size) == 0) { #ifdef DEBUG_CONFIG Print(L"***FOUND\n"); console_get_keystroke(); |
