summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/touchpad-edge-detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c
index 76f83e2..b857934 100644
--- a/tools/touchpad-edge-detector.c
+++ b/tools/touchpad-edge-detector.c
@@ -58,7 +58,7 @@ static int
print_current_values(const struct dimensions *d)
{
static int progress;
- char status;
+ char status = 0;
switch (progress) {
case 0: status = '|'; break;