diff options
Diffstat (limited to 'tools/synclient.c')
-rw-r--r-- | tools/synclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/synclient.c b/tools/synclient.c index fa56198..3bb9618 100644 --- a/tools/synclient.c +++ b/tools/synclient.c @@ -193,7 +193,7 @@ parse_cmd(char *cmd, struct Parameter **par) /** Init display connection or NULL on error */ static Display * -dp_init() +dp_init(void) { Display *dpy = NULL; XExtensionVersion *v = NULL; |