summaryrefslogtreecommitdiff
path: root/test/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/misc.c')
-rw-r--r--test/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc.c b/test/misc.c
index e467a5c2..30b8d452 100644
--- a/test/misc.c
+++ b/test/misc.c
@@ -394,7 +394,7 @@ START_TEST(device_ids)
{
struct litest_device *dev = litest_current_device();
const char *name;
- int pid, vid;
+ unsigned int pid, vid;
name = libevdev_get_name(dev->evdev);
pid = libevdev_get_id_product(dev->evdev);