1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

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;
}
else if(state->block == rblock) {
/* This is the last recently received block again. Log it and ACK it again. */
infof(data,
"Received last DATA packet block %d again.\n",
rblock);
/* This is the last recently received block again. Log it and ACK it
again. */
infof(data, "Received last DATA packet block %d again.\n", rblock);
}
else {
/* totally unexpected, just log it */