Fix header guard, lowercased in some previous search/replace

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-08-08 13:04:11 +10:00
parent 1caf4ecb10
commit f1ce4b69c3

View file

@ -20,8 +20,8 @@
* OF THIS SOFTWARE.
*/
#ifndef libevdev_H
#define libevdev_H
#ifndef LIBEVDEV_H
#define LIBEVDEV_H
#include <linux/input.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;
/**************************************/
#endif /* libevdev_H */
#endif /* LIBEVDEV_H */