From 6957966c861498861008b27349dfbe209973a02f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 7 Sep 2014 12:11:43 +0200 Subject: hwstub: fix compile issue Change-Id: I939c05d3c1319b122fe64bff0f0ea300ecbd1180 --- utils/hwstub/tools/hwstub_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hwstub') diff --git a/utils/hwstub/tools/hwstub_load.cpp b/utils/hwstub/tools/hwstub_load.cpp index 8782c158d7..f1d17b79d2 100644 --- a/utils/hwstub/tools/hwstub_load.cpp +++ b/utils/hwstub/tools/hwstub_load.cpp @@ -263,7 +263,7 @@ int main(int argc, char **argv) { printf("Warning: this tool is possibly incompatible with your device:\n"); printf("Device version: %d.%d.%d\n", hwdev_ver.bMajor, hwdev_ver.bMinor, hwdev_ver.bRevision); - printf("Host version: %d.%d.%d\n", HWSTUB_VERSION_MAJOR, HWSTUB_VERSION_MINOR, HWSTUB_VERSION_REV); + printf("Host version: %d.%d\n", HWSTUB_VERSION_MAJOR, HWSTUB_VERSION_MINOR); } ret = hwstub_rw_mem(hwdev, 0, addr, buffer, size); -- cgit v1.2.3