X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/a01e5475d17c584bfa3b2d67570d675aebf4e6fd..ab8fe6032afcf90f3b85acc5553e06937bc3dd7e:/src/setptr.c?ds=inline diff --git a/src/setptr.c b/src/setptr.c index f6f9410..3dcf1ec 100644 --- a/src/setptr.c +++ b/src/setptr.c @@ -48,7 +48,7 @@ set_pointer(Display *display, info = find_device_info(display, argv[0], True); if (!info) { - fprintf(stderr, "unable to find device %s\n", argv[0]); + fprintf(stderr, "unable to find device '%s'\n", argv[0]); return EXIT_FAILURE; }