소스 검색

Corrected description of mg_send_file()

valenok 14 년 전
부모
커밋
29a38875ff
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      mongoose.h

+ 0 - 1
mongoose.h

@@ -159,7 +159,6 @@ int mg_printf(struct mg_connection *, const char *fmt, ...);
 
 
 
 
 // Send contents of the entire file together with HTTP headers.
 // Send contents of the entire file together with HTTP headers.
-// Return 1 on success, 0 on error (e.g. file does not exist).
 void mg_send_file(struct mg_connection *conn, const char *path);
 void mg_send_file(struct mg_connection *conn, const char *path);