From c9a2177a65c77494866408c8eee5df7a810ce544 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 29 Dec 2020 10:48:43 -0800 Subject: [PATCH] table: Add comment. --- src/output/table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/table.h b/src/output/table.h index aea925490f..edd617e8e1 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -144,7 +144,7 @@ struct font_style bool bold, italic, underline, markup; struct cell_color fg[2], bg[2]; char *typeface; - int size; + int size; /* In 1/72" units. */ }; #define FONT_STYLE_INITIALIZER { FONT_STYLE_INITIALIZER__ } -- 2.30.2