diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-04 13:31:22 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-07 13:54:17 +1000 |
commit | da394c13c35fe0dadbe7e27f1d6a9ff28f406e5f (patch) | |
tree | d467f74b0a0a79aceac93be0e4523408b5d59710 | |
parent | 79915463987747e6a50dbc3c80fcfee87c7a287d (diff) |
Fix a wrong reference in the libevdev_next_event documentation
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 4390845fd2ed0e153c5fbba9871adff70dd1c145)
-rw-r--r-- | libevdev/libevdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index 5398061..d019114 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -695,7 +695,7 @@ enum libevdev_read_status { * have been synced. * * If a device needs to be synced by the caller but the caller does not call - * with the @ref LIBEVDEV_READ_STATUS_SYNC flag set, all events from the diff are + * with the @ref LIBEVDEV_READ_FLAG_SYNC flag set, all events from the diff are * dropped after libevdev updates its internal state and event processing * continues as normal. * |