Skip to content

Commit

Permalink
move code to make it pretty.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Nov 23, 2018
1 parent c85d4b1 commit fd7e8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ void QServer(void) {
} else {
TCPIPWriteTCP(ipid, "Your quote here!\r\n", 18, false, false);
}
}
queue[i].state = STATE_SEND;
break;
}

case STATE_SEND:

Expand Down

0 comments on commit fd7e8af

Please sign in to comment.