Skip to content

Commit

Permalink
fix new line printing
Browse files Browse the repository at this point in the history
  • Loading branch information
munjeni committed Aug 12, 2021
1 parent 060a00a commit f662eda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions newflasher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION 50
#define VERSION 51

0 comments on commit f662eda

Please sign in to comment.