Fix a wrong reference in the libevdev_next_event documentation

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-03-04 13:31:22 +10:00
parent 0deacd5c1e
commit 4390845fd2

View file

@ -695,7 +695,7 @@ enum libevdev_read_status {
* have been synced. * have been synced.
* *
* If a device needs to be synced by the caller but the caller does not call * 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 * dropped after libevdev updates its internal state and event processing
* continues as normal. * continues as normal.
* *