ausb: make ausb_test compile again

This commit is contained in:
Harald Welte 2010-11-15 14:59:14 +01:00
parent 506b033dd2
commit 6506db78c1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ libausb.so: $(OBJS)
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $^
ausb_test: ausb_test.o ausb.o
ausb_test: ausb_test.o libausb.a
$(CC) $(CFLAGS) -lusb -o $@ $^
clean:

View File

@ -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);