From f662eda7cccc7e1137199e8ec97b48187d06cfff Mon Sep 17 00:00:00 2001 From: munjeni Date: Thu, 12 Aug 2021 06:44:26 -0700 Subject: [PATCH] fix new line printing --- newflasher.c | 4 ---- version.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/newflasher.c b/newflasher.c index 8b7e323..3307711 100644 --- a/newflasher.c +++ b/newflasher.c @@ -733,8 +733,6 @@ static unsigned long transfer_bulk_async(HANDLE dev, int ep, char *bytes, unsign switch(WaitForSingleObject(gOverLapped_in.hEvent, timeout)) { case WAIT_OBJECT_0: - printf("\n"); - /* check on the results of the asynchronous read and update the nBytesRead... */ do { @@ -820,8 +818,6 @@ static unsigned long transfer_bulk_async(HANDLE dev, int ep, char *bytes, unsign switch(WaitForSingleObject(gOverLapped_out.hEvent, timeout)) { case WAIT_OBJECT_0: - printf("\n"); - /* check on the results of the asynchronous read and update the nBytesRead... */ do { diff --git a/version.h b/version.h index d76d509..18a5344 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION 50 +#define VERSION 51