Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
endlesscoil committed Jan 12, 2014
1 parent 0b82e6a commit 9337afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ser2sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ BOOL poll_read_fdset(fd_set *read_fdset)
{
if (option_debug_level > 2)
{
log_message(STREAM_MAIN, MSG_WARN, "SERIAL>'");
log_message(STREAM_MAIN, MSG_WARN, "SERIAL>");
for (x = 0; x < received; x++)
{
log_message(STREAM_MAIN, MSG_WARN, "[%02x]",
Expand Down

0 comments on commit 9337afa

Please sign in to comment.