From 73c6236f2ceb9f028d0b92a28b2819b24a429e46 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Mar 2018 18:11:25 -0400 Subject: [PATCH] Fix typo --- systemv/lpinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemv/lpinfo.c b/systemv/lpinfo.c index 54214a773..c52b04292 100644 --- a/systemv/lpinfo.c +++ b/systemv/lpinfo.c @@ -19,7 +19,7 @@ * Local functions... */ -static void device_cb(const char *device_clas, const char *device_id, +static void device_cb(const char *device_class, const char *device_id, const char *device_info, const char *device_make_and_model, const char *device_uri, const char *device_location, -- 2.39.2