aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-10-13 13:14:58 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-10-13 13:14:58 +0300
commit85e5e38ea65d92cf22a444c756f03ad22043daf6 (patch)
treec301bc08d8edf0844bdcc90e23e45e231558a6bd /src/microhttpd/internal.h
parent06867e0f11193f550038e3c2875130d46666aaac (diff)
downloadlibmicrohttpd-85e5e38ea65d92cf22a444c756f03ad22043daf6.tar.gz
libmicrohttpd-85e5e38ea65d92cf22a444c756f03ad22043daf6.zip
Always use 'struct' for ITC.
Help to detect accidental incorrect usage.
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 0545e902..6e5ea67e 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1354,7 +1354,7 @@ struct MHD_Daemon
1354 /** 1354 /**
1355 * Inter-thread communication channel. 1355 * Inter-thread communication channel.
1356 */ 1356 */
1357 MHD_itc_ itc; 1357 struct MHD_itc_ itc;
1358 1358
1359 /** 1359 /**
1360 * Are we shutting down? 1360 * Are we shutting down?