commit 76f7883443bab649213b10e0a0ee12aa56442af7
parent 1c2a577d8df1b5b16d751b0e4ff5122362dd922d
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 21 Jun 2013 12:38:38 +0000
replace -1 by named constant in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
@@ -602,7 +602,7 @@ struct MHD_Connection
/**
* How many more bytes of the body do we expect
- * to read? "-1" for unknown.
+ * to read? MHD_SIZE_UNKNOWN for unknown.
*/
uint64_t remaining_upload_size;