X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=38b89719a443095bf3456437a05b81bb6f6c450d;hb=410f0175862b388dbb43fba20580d00c284f5d13;hp=fd6d40d106f32d4f460fd4ca13db8b8e7f921e02;hpb=fa1e2f50efc0b7b8a9436b40568eadf03feae9dc;p=pspp diff --git a/src/output/html.c b/src/output/html.c index fd6d40d106..38b89719a4 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -51,7 +51,7 @@ struct html_driver #ifdef HAVE_CAIRO struct xr_color fg; struct xr_color bg; -#endif +#endif struct file_handle *handle; char *chart_file_name; @@ -495,7 +495,7 @@ html_output_table (struct html_driver *html, const struct table_item *item) { /* Cell borders. */ n_borders = 0; - + top = table_get_rule (t, TABLE_VERT, x, y); if (top > TAL_GAP) put_border (html->file, n_borders++, top, "top");