]> diplodocus.org Git - xorg-xinput/blobdiff - src/setint.c
autogen.sh: use exec instead of waiting for configure to finish
[xorg-xinput] / src / setint.c
index 7e7870a5f40c17faf21576cc552b6faa488917d3..050a4112fe21f82448fdb3348c2d3dc6ce3bf822 100644 (file)
@@ -47,7 +47,7 @@ set_integer_feedback(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;
     }