From ce4320b60437f3e18907deecf786359a1fa3f722 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 18 Nov 2025 17:17:04 +0100 Subject: [PATCH] fix formatting --- src/kds_s2000w_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kds_s2000w_handler.c b/src/kds_s2000w_handler.c index c459d04..4113be0 100644 --- a/src/kds_s2000w_handler.c +++ b/src/kds_s2000w_handler.c @@ -191,7 +191,7 @@ handler_t* kds_s2000w_handler_init() h->scanner_config = NULL; h->scan_status = NULL; h->image = NULL; - h-> coord = NULL; + h->coord = NULL; h->scan_status = malloc(sizeof(scan_status_t)); if (h->scan_status == NULL) { -- 2.47.3