Skip to content

Commit

Permalink
Update src/adapters/udp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored Sep 13, 2023
1 parent 663f750 commit 5f862ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ impl Remote for RemoteResource {
}
Err(err) => {
log::error!("UDP receive error: {}", err);
break ReadStatus::WaitNextEvent; // Should not happen
break ReadStatus::WaitNextEvent // Should not happen
}
}
}
Expand Down

0 comments on commit 5f862ae

Please sign in to comment.