mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 19:40:06 +01:00
tools: Fix compiler warning
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b215120e39
commit
84d2d5034c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ static int
|
||||||
print_current_values(const struct dimensions *d)
|
print_current_values(const struct dimensions *d)
|
||||||
{
|
{
|
||||||
static int progress;
|
static int progress;
|
||||||
char status;
|
char status = 0;
|
||||||
|
|
||||||
switch (progress) {
|
switch (progress) {
|
||||||
case 0: status = '|'; break;
|
case 0: status = '|'; break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue