summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Scrollbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Scrollbar.c b/src/Scrollbar.c
index 429a660..be74ed3 100644
--- a/src/Scrollbar.c
+++ b/src/Scrollbar.c
@@ -922,7 +922,7 @@ static void
NotifyScroll (Widget w, XEvent *event, String *params, Cardinal *num_params)
{
ScrollbarWidget sbw = (ScrollbarWidget) w;
- intptr_t call_data;
+ intptr_t call_data = 0;
char style;
Position x, y;