aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-13 22:22:27 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-13 22:22:27 +0100
commitb46e67be631d5d007390c29ba89a79b02d0d984b (patch)
treea3122228fb53ad98500ef886cedd0948ebf9b558
parentccb6ae48b135913588affdd82e11a11054a14a80 (diff)
downloadlitheweb-b46e67be631d5d007390c29ba89a79b02d0d984b.tar.gz
litheweb-b46e67be631d5d007390c29ba89a79b02d0d984b.tar.bz2
Wed Mar 13 22:22:27 CET 2013
-rw-r--r--picohttp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/picohttp.h b/picohttp.h
index 093cabc..fba8dfa 100644
--- a/picohttp.h
+++ b/picohttp.h
@@ -40,7 +40,7 @@ struct picohttpIoOps {
#define picohttpIoRead(ioops,size,buf) (ioops->read(size, buf, ioops->data))
#define picohttpIoGetch(ioops) (ioops->getch(ioops->data))
#define picohttpIoPutch(ioops,c) (ioops->putch(c, ioops->data))
-#define picohttpIoFlush(ioops) (ioops->flush(ioops->data))
+#define picohttpIoFlush(ioops) (ioops->flush(ioops->data))
enum picohttpVarType {
PICOHTTP_TYPE_UNDEFINED = 0,