visomat-data-downloader: fix a missing parenthesis in an output string
authorAntonio Ospite <ao2@ao2.it>
Sat, 9 Jan 2016 16:27:42 +0000 (17:27 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sat, 9 Jan 2016 16:27:42 +0000 (17:27 +0100)
src/visomat-data-downloader.c

index b0a8007..1059368 100644 (file)
@@ -386,7 +386,7 @@ int main(void)
        }
 
        if (current_configuration != VISOMAT_CONFIGURATION) {
-               fprintf(stderr, "libusb configuration changed (expected: %d, current: %d\n",
+               fprintf(stderr, "libusb configuration changed (expected: %d, current: %d)\n",
                        VISOMAT_CONFIGURATION, current_configuration);
                ret = -EINVAL;
                goto out_libusb_release_interface;