From: Ben Pfaff Date: Tue, 29 Dec 2020 18:48:43 +0000 (-0800) Subject: table: Add comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=c9a2177a65c77494866408c8eee5df7a810ce544;p=pspp table: Add comment. --- 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__ }