mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-23 22:37:02 +00:00
Lint fixes.
This commit is contained in:
parent
a485918d44
commit
a66b69154e
@ -1,5 +1,6 @@
|
||||
#include <tcpip.h>
|
||||
#include <misctool.h>
|
||||
#include <orca.h>
|
||||
#include "hostname.h"
|
||||
|
||||
#define DNR_WAIT_TIME 15 /*seconds*/
|
||||
|
3
main.c
3
main.c
@ -10,6 +10,7 @@
|
||||
#include "session.h"
|
||||
#include "seturl.h"
|
||||
#include "hostname.h"
|
||||
#include "tcpconnection.h"
|
||||
|
||||
/*
|
||||
http://archive.org/download/a2gs_System_1.0_1986_Apple_FW/System_1.0_1986_Apple_FW.2mg
|
||||
@ -57,7 +58,7 @@ int main(int argc, char **argv) {
|
||||
putchar(ch);
|
||||
}
|
||||
printf("=========\n");
|
||||
printf("\n", i);
|
||||
printf("\n");
|
||||
|
||||
enum RequestResult requestResult;
|
||||
requestResult = DoHTTPRequest(&sess, startByte, startByte + 511);
|
||||
|
Loading…
Reference in New Issue
Block a user