aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 515eeabf..c31ffda1 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -26,7 +26,7 @@
26 26
27#include "internal.h" 27#include "internal.h"
28 28
29#if HAVE_MESSAGES 29#ifdef HAVE_MESSAGES
30#if DEBUG_STATES 30#if DEBUG_STATES
31/** 31/**
32 * State to string dictionary. 32 * State to string dictionary.
@@ -85,7 +85,7 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
85#endif 85#endif
86#endif 86#endif
87 87
88#if HAVE_MESSAGES 88#ifdef HAVE_MESSAGES
89/** 89/**
90 * fprintf-like helper function for logging debug 90 * fprintf-like helper function for logging debug
91 * messages. 91 * messages.