mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 18:10:07 +01:00
Fix stray * in documentation
This commit is contained in:
parent
d8d8e75197
commit
c962cd6675
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, un
|
|||
*
|
||||
* @param dev The evdev device, already initialized with libevdev_set_fd()
|
||||
* @param slot The numerical slot number, must be smaller than the total number
|
||||
* of slots on this * device
|
||||
* of slots on this device
|
||||
* @param code The event code to query for, one of ABS_MT_POSITION_X, etc.
|
||||
*
|
||||
* @note This function is signal-safe.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue