diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-21 12:38:38 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-21 12:38:38 +0000 |
commit | 76f7883443bab649213b10e0a0ee12aa56442af7 (patch) | |
tree | cb741ce8b5b9da3b47375c6fd0e0488db2b626e0 | |
parent | 1c2a577d8df1b5b16d751b0e4ff5122362dd922d (diff) | |
download | libmicrohttpd-76f7883443bab649213b10e0a0ee12aa56442af7.tar.gz libmicrohttpd-76f7883443bab649213b10e0a0ee12aa56442af7.zip |
replace -1 by named constant in comment
-rw-r--r-- | src/microhttpd/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index f76d6834..809c99e9 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -602,7 +602,7 @@ struct MHD_Connection | |||
602 | 602 | ||
603 | /** | 603 | /** |
604 | * How many more bytes of the body do we expect | 604 | * How many more bytes of the body do we expect |
605 | * to read? "-1" for unknown. | 605 | * to read? MHD_SIZE_UNKNOWN for unknown. |
606 | */ | 606 | */ |
607 | uint64_t remaining_upload_size; | 607 | uint64_t remaining_upload_size; |
608 | 608 | ||