Fix warning

This commit is contained in:
Holger Freyther 2009-01-04 20:17:07 +00:00
parent a553d098e7
commit 4c8f114976
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void telnet_send_gsm_48(struct telnet_connection *connection) {
for (i = 2; i < connection->read; ++i)
gh->data[i-2] = connection->commands[i];
return gsm48_sendmsg(msg);
gsm48_sendmsg(msg);
}
void telnet_send_gsm_11(struct telnet_connection *connection) {