summaryrefslogtreecommitdiff
path: root/src/xf86libinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86libinput.c')
-rw-r--r--src/xf86libinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86libinput.c b/src/xf86libinput.c
index 34f1102..9b84609 100644
--- a/src/xf86libinput.c
+++ b/src/xf86libinput.c
@@ -2922,7 +2922,7 @@ xf86libinput_parse_draglock_option(InputInfoPtr pInfo,
{
char *str;
- str = xf86SetStrOption(pInfo->options, "DragLockButtons",NULL);
+ str = xf86SetStrOption(pInfo->options, "DragLockButtons", NULL);
if (draglock_init_from_string(&driver_data->draglock, str) != 0)
xf86IDrvMsg(pInfo, X_ERROR,
"Invalid DragLockButtons option: \"%s\"\n",