mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 21:40:05 +01:00
Fix a confusing comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9a3f2ced4e
commit
45670fa6db
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ _libevdev_log_msg(const struct libevdev *dev,
|
|||
|
||||
if (dev && dev->log.device_handler) {
|
||||
/**
|
||||
* if a global handler is set for a device does
|
||||
* if both global handler and device handler are set
|
||||
* we've set up the handlers wrong. And that means we'll
|
||||
* likely get the printf args wrong and cause all sorts of
|
||||
* mayhem. Seppuku is called for.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue