aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 1685f146..e1b41d66 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -294,7 +294,7 @@ typedef SOCKET MHD_socket;
294 * with the SHOUTcast "ICY" line instad of "HTTP". 294 * with the SHOUTcast "ICY" line instad of "HTTP".
295 * @ingroup specialized 295 * @ingroup specialized
296 */ 296 */
297#define MHD_ICY_FLAG ((uint32_t)(1 << 31)) 297#define MHD_ICY_FLAG ((uint32_t)(((uint32_t)1) << 31))
298 298
299/** 299/**
300 * @defgroup headers HTTP headers 300 * @defgroup headers HTTP headers