From 79c361eefae0b44b1e7856141b06b081327b72a2 Mon Sep 17 00:00:00 2001 From: marschap Date: Thu, 8 Feb 2007 19:36:21 +0000 Subject: [PATCH] silence compiler warnings (Eric Pooch) --- server/drivers/serialPOS.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/drivers/serialPOS.c b/server/drivers/serialPOS.c index 803ee1f..c984f1f 100644 --- a/server/drivers/serialPOS.c +++ b/server/drivers/serialPOS.c @@ -154,8 +154,8 @@ typedef struct { CGmode ccmode; /* feature enable */ - int *hardwrap; - int *hardscroll; + int hardwrap; + int hardscroll; POS_EmulationType emulation_mode; /* The emulation type */ int output_state; /* static data from serialPOS_output */