summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 08b0b0804..70a873a37 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -44,7 +44,7 @@ struct url_data {
struct cookie_data {
const char *name; /**< Cookie name */
const char *value; /**< Cookie value */
- const char value_was_quoted; /**< Value was quoted in Set-Cookie: */
+ const bool value_was_quoted; /**< Value was quoted in Set-Cookie: */
const char *comment; /**< Cookie comment */
const bool domain_from_set; /**< Domain came from Set-Cookie: header */
const char *domain; /**< Domain */