File pcsc-cyberjack-fprintf.patch of Package pcsc-cyberjack
diff --git a/cjeca32/ausb/ausb_libusb1.c b/cjeca32/ausb/ausb_libusb1.c index e16be1f..a122e83 100644 --- a/cjeca32/ausb/ausb_libusb1.c +++ b/cjeca32/ausb/ausb_libusb1.c @@ -78,7 +78,7 @@ int ausb_libusb1_handle_events(){ if (ausb_libusb1_context!=NULL) return libusb_handle_events(ausb_libusb1_context); else { - fprintf(stderr, "RSCT: No USB context.}n"); + fprintf(stderr, "RSCT: No USB context.\n"); return LIBUSB_ERROR_OTHER; } }