aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/fileserver_example.c')
-rw-r--r--src/examples/fileserver_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/fileserver_example.c b/src/examples/fileserver_example.c
index 4a120fb0..b9eeed57 100644
--- a/src/examples/fileserver_example.c
+++ b/src/examples/fileserver_example.c
@@ -30,7 +30,7 @@
30#define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" 30#define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>"
31 31
32static int 32static int
33file_reader (void *cls, size_t pos, char *buf, int max) 33file_reader (void *cls, uint64_t pos, char *buf, int max)
34{ 34{
35 FILE *file = cls; 35 FILE *file = cls;
36 36