Added missing return

This commit is contained in:
Chris Teubert
2015-04-08 09:12:12 -07:00
parent 1fd92edb02
commit efc591ead4

View File

@@ -431,6 +431,7 @@ short sendTEXT(struct xpcSocket sendfd, char* msg, int x, int y)
strncpy(buf + 14, msg, msgLen);
sendUDP(sendfd, buf, len);
return 0;
}
//READ