瀏覽代碼

oops.. missed some

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@448 54d463be-8e91-2dee-dedb-b68131a5f0ec
amber 20 年之前
父節點
當前提交
b2a04b6bdd
共有 3 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      src/common/socket.c
  2. 1 1
      src/common/socket.h
  3. 0 1
      src/common/timer.c

+ 1 - 1
src/common/socket.c

@@ -150,7 +150,7 @@ static int send_from_fifo(int fd)
 	return 0;
 }
 
-void flush_fifos_for_final() 
+void flush_fifos() 
 {
 	int i;
 	for(i=0;i<fd_max;i++)

+ 1 - 1
src/common/socket.h

@@ -90,7 +90,7 @@ int do_sendrecv(int next);
 int do_parsepacket(void);
 void do_socket(void);
 
-extern void flush_fifos_for_final();
+extern void flush_fifos();
 
 int start_console(void);
 

+ 0 - 1
src/common/timer.c

@@ -21,7 +21,6 @@
 #endif
 
 // If the server shows no reaction when processing thousands of monsters
-
 // or connected by many clients, please increase TIMER_MIN_INTERVEL.
 
 #define TIMER_MIN_INTERVEL 50