mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 22:40:42 +01:00
parent
5aca13a65c
commit
17e556503d
1 changed files with 2 additions and 2 deletions
|
|
@ -2577,7 +2577,7 @@ is_char_dev(const char *path)
|
|||
|
||||
enum fposition {
|
||||
ERROR,
|
||||
NOFILE,
|
||||
NO_FILE,
|
||||
FIRST,
|
||||
LAST,
|
||||
};
|
||||
|
|
@ -2633,7 +2633,7 @@ find_output_file(int argc, char *argv[], const char **output_file)
|
|||
return ERROR;
|
||||
}
|
||||
#undef _m
|
||||
return NOFILE;
|
||||
return NO_FILE;
|
||||
}
|
||||
|
||||
enum options {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue