summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/synclient.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/synclient.c b/tools/synclient.c
index bd57faa..d5bfdf0 100644
--- a/tools/synclient.c
+++ b/tools/synclient.c
@@ -496,11 +496,8 @@ dp_show_settings(Display *dpy, XDevice *dev)
for (j = 0; params[j].name; j++) {
struct Parameter *par = &params[j];
a = XInternAtom(dpy, par->prop_name, True);
- if (!a) {
- fprintf(stderr, " %-23s = missing\n",
- par->name);
+ if (!a)
continue;
- }
len = 1 + ((par->prop_offset * (par->prop_format ? par->prop_format : 32)/8))/4;