aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-13 22:24:41 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-13 22:24:41 +0100
commit9fa40fdf77fe5e181c7945fd59eebaf5066b4fe7 (patch)
treef3becf1152dcb78bc7f6c0240a27b295b1252f78
parentf713f27297f04981054937f295a895edaab594cb (diff)
parentb46e67be631d5d007390c29ba89a79b02d0d984b (diff)
downloadlitheweb-9fa40fdf77fe5e181c7945fd59eebaf5066b4fe7.tar.gz
litheweb-9fa40fdf77fe5e181c7945fd59eebaf5066b4fe7.tar.bz2
Merge branch 'master' of /home/dw/extradev/picohttp
-rw-r--r--picohttp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/picohttp.h b/picohttp.h
index 66317b1..041f124 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,