mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
fix: comp. warning 283: function declarator with no prototype.
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ uint8_t parse_short(register uint16_t *n, __xdata uint8_t * __xdata p)
|
||||
}
|
||||
|
||||
|
||||
void send_not_found()
|
||||
void send_not_found(void)
|
||||
{
|
||||
slen = strtox(outbuf, "HTTP/1.1 404 Not found\r\nContent-Type: text/html\r\n\r\n");
|
||||
print_string("slen: "); print_short(slen); write_char('\n');
|
||||
|
||||
Reference in New Issue
Block a user