projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b215120
)
tools: Fix compiler warning
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 25 Feb 2014 10:48:49 +0000
(10:48 +0000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 25 Feb 2014 21:24:46 +0000
(07:24 +1000)
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/touchpad-edge-detector.c
patch
|
blob
|
history
diff --git
a/tools/touchpad-edge-detector.c
b/tools/touchpad-edge-detector.c
index 76f83e202d20592861f534d3adfad68a1e93aea2..b857934d9d670759990825f2254b0a64c43a2357 100644
(file)
--- 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;