projects
/
visomat-utils.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36139ea
)
visomat-data-downloader: fix a missing parenthesis in an output string
author
Antonio Ospite <ao2@ao2.it>
Sat, 9 Jan 2016 16:27:42 +0000
(17:27 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 9 Jan 2016 16:27:42 +0000
(17:27 +0100)
src/visomat-data-downloader.c
patch
|
blob
|
history
diff --git
a/src/visomat-data-downloader.c
b/src/visomat-data-downloader.c
index
b0a8007
..
1059368
100644
(file)
--- a/
src/visomat-data-downloader.c
+++ b/
src/visomat-data-downloader.c
@@
-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;