mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 19:10:53 +01:00
util: drop trailing semicolon from CASE_RETURN_STRING macro
Avoid empty statements and force the caller to terminate the macro. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a4ac2bebb3
commit
874a9153b9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
/* The HW DPI rate we normalize to before calculating pointer acceleration */
|
||||
#define DEFAULT_MOUSE_DPI 1000
|
||||
|
||||
#define CASE_RETURN_STRING(a) case a: return #a;
|
||||
#define CASE_RETURN_STRING(a) case a: return #a
|
||||
|
||||
/*
|
||||
* This list data structure is a verbatim copy from wayland-util.h from the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue