mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 23:10:06 +01:00
Capitalize uinput header guards
victim of some overly vicious search/replace Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f6fc441c73
commit
c5c7c914af
1 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,8 @@
|
|||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef libevdev_uinput_H
|
||||
#define libevdev_uinput_H
|
||||
#ifndef LIBEVDEV_UINPUT_H
|
||||
#define LIBEVDEV_UINPUT_H
|
||||
|
||||
#include <libevdev/libevdev.h>
|
||||
|
||||
|
|
@ -227,4 +227,4 @@ int libevdev_uinput_write_event(const struct libevdev_uinput *uinput_dev,
|
|||
unsigned int code,
|
||||
int value);
|
||||
|
||||
#endif /* libevdev_uinput_H */
|
||||
#endif /* LIBEVDEV_UINPUT_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue