diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-11-15 14:59:14 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-11-15 14:59:14 +0100 |
commit | 815283e30574fb25cfdd105970387bbd9ae10394 (patch) | |
tree | b21702fe9fca3de76f7cd11bd03c35989378b8d7 /host/ausb/ausb_test.c | |
parent | 9520b0bea118668d81e3e1a53cdc2e1b43f169f9 (diff) |
ausb: make ausb_test compile again
Diffstat (limited to 'host/ausb/ausb_test.c')
-rw-r--r-- | host/ausb/ausb_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/ausb/ausb_test.c b/host/ausb/ausb_test.c index f7bfdee..db4f0ab 100644 --- a/host/ausb/ausb_test.c +++ b/host/ausb/ausb_test.c @@ -33,7 +33,7 @@ static void int_cb(struct usbdevfs_urb *uurb) { struct ausb_dev_handle *ah = uurb->usercontext; - fprintf(stdout, __FUNCTION__ " called, "); + fprintf(stdout, "int_cb() called, "); ausb_dump_urb(uurb); |