From: Matthew Mondor Date: Thu, 14 Apr 2022 13:50:29 +0000 (-0400) Subject: Fix compiler warning X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=fcc7690a513c89fd8bf1243089ce368b51e4fde7;p=xscreensaver-5.35.git Fix compiler warning --- diff --git a/hacks/analogterm.c b/hacks/analogterm.c index 3530d13..9d29dbc 100644 --- a/hacks/analogterm.c +++ b/hacks/analogterm.c @@ -117,7 +117,7 @@ at_insert(analogterm_state_t *st, int many) *mptr = st->mode & TMODE_BGCOLOR; } -static smooth_scroll_offset = 0; +static int smooth_scroll_offset = 0; static int cursor_waitnext = 2; static bool cursor_laststate = false;