mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-09 05:58:16 +02:00
Fix header guard, lowercased in some previous search/replace
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1caf4ecb10
commit
f1ce4b69c3
1 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,8 @@
|
||||||
* OF THIS SOFTWARE.
|
* OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef libevdev_H
|
#ifndef LIBEVDEV_H
|
||||||
#define libevdev_H
|
#define LIBEVDEV_H
|
||||||
|
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
@ -1227,4 +1227,4 @@ int libevdev_get_bustype(const struct libevdev *dev) LIBEVDEV_DEPRECATED;
|
||||||
int libevdev_get_version(const struct libevdev *dev) LIBEVDEV_DEPRECATED;
|
int libevdev_get_version(const struct libevdev *dev) LIBEVDEV_DEPRECATED;
|
||||||
|
|
||||||
/**************************************/
|
/**************************************/
|
||||||
#endif /* libevdev_H */
|
#endif /* LIBEVDEV_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue