tftp_rx: code style cleanup

Fixed checksrc warnings
This commit is contained in:
Daniel Stenberg
2012-11-16 22:00:17 +01:00
parent 32afaaef93
commit db4215f14a

View File

@@ -596,10 +596,9 @@ static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event)
state->retries = 0; state->retries = 0;
} }
else if(state->block == rblock) { else if(state->block == rblock) {
/* This is the last recently received block again. Log it and ACK it again. */ /* This is the last recently received block again. Log it and ACK it
infof(data, again. */
"Received last DATA packet block %d again.\n", infof(data, "Received last DATA packet block %d again.\n", rblock);
rblock);
} }
else { else {
/* totally unexpected, just log it */ /* totally unexpected, just log it */