diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index 1ecf69df..eece8eba 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h @@ -226,8 +226,7 @@ struct MHD_HTTP_Header struct MHD_HTTP_Header *next; /** - * The name of the header (key), without - * the colon. + * The name of the header (key), without the colon. */ char *header; @@ -237,8 +236,8 @@ struct MHD_HTTP_Header char *value; /** - * Type of the header (where in the HTTP - * protocol is this header from). + * Type of the header (where in the HTTP protocol is this header + * from). */ enum MHD_ValueKind kind; |