From: Matthew Fernandez Date: Sun, 19 Dec 2021 20:06:22 +0000 (-0800) Subject: htmlmap_data_t: [nfc] use a C99 bool instead of a boolean X-Git-Tag: 3.0.0~119^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4d54de65ab99587574e4bd26b863c7abd1155c7;p=graphviz htmlmap_data_t: [nfc] use a C99 bool instead of a boolean --- diff --git a/lib/common/htmltable.c b/lib/common/htmltable.c index 8872e247f..da6865d7f 100644 --- a/lib/common/htmltable.c +++ b/lib/common/htmltable.c @@ -48,7 +48,7 @@ typedef struct { char *tooltip; char *target; char *id; - boolean explicit_tooltip; + bool explicit_tooltip; point LL; point UR; } htmlmap_data_t;