浏览代码

*** empty log message ***

Andrei Pelinescu-Onciul 23 年之前
父节点
当前提交
1e6e346197
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      udp_server.c

+ 1 - 2
udp_server.c

@@ -323,8 +323,7 @@ qa_passed:
 #endif
 
 /* which socket to use? main socket or new one? */
-int udp_send(struct socket_info *source, char *buf, unsigned len,
-				union sockaddr_union*  to)
+int udp_send(struct socket_info *source, char *buf, unsigned len, union sockaddr_union*  to)
 {
 
 	int n;