Fix warning printf should use %d.

This commit is contained in:
Fredrik Holmqvist 2014-08-27 22:41:14 +02:00
parent 22491e1491
commit 278d57f27b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ get_device_by_hid_callback(ACPI_HANDLE object, UINT32 depth, void* context,
ACPI_STATUS status;
ACPI_BUFFER buffer;
TRACE("get_device_by_hid_callback %p, %ld, %p\n", object, depth, context);
TRACE("get_device_by_hid_callback %p, %d, %p\n", object, depth, context);
*_returnValue = NULL;