summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-13 12:36:56 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-13 12:46:08 +0000
commitc0c9432d38b22784070dce3a7874c62c31786a27 (patch)
tree825ca9817d3609a0645dbe3f1a1e46aa40dc1ff9 /examples
parentde4c5341d168697baa4c0901c406deb47e78aae7 (diff)
downloadlibusb-c0c9432d38b22784070dce3a7874c62c31786a27.tar.gz
Beginnings of cross-platform abstraction
This also includes a libusb_get_pollfds API change
Diffstat (limited to 'examples')
-rw-r--r--examples/dpfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dpfp.c b/examples/dpfp.c
index 70944f8..47d9fc6 100644
--- a/examples/dpfp.c
+++ b/examples/dpfp.c
@@ -270,7 +270,7 @@ static int next_state(void)
printf("unrecognised state %d\n", state);
}
if (r < 0) {
- fprintf(stderr, "error detected changing state");
+ fprintf(stderr, "error detected changing state\n");
return r;
}