]> granicus.if.org Git - graphviz/commitdiff
htmlmap_data_t: [nfc] use a C99 bool instead of a boolean
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Dec 2021 20:06:22 +0000 (12:06 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 20 Dec 2021 00:14:25 +0000 (16:14 -0800)
lib/common/htmltable.c

index 8872e247fd5c15b6062fce48ca0729ad4d588ae1..da6865d7fd21a4f2b45b2b49c490ddb6a9cce096 100644 (file)
@@ -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;