output: Always use helper functions to access struct tab_table members.
[pspp-builds.git] / src / language / stats / npar-summary.c
index 90a1b656106d8544ac77ceacb9cb4d972ea5a824..a6666b0d97d2172db72f2f92982dcd0f27eb59fc 100644 (file)
@@ -111,7 +111,7 @@ do_summary_box (const struct descriptives *desc,
   tab_headers (table, 1, 0, 1, 0);
 
   tab_box (table, TAL_1, TAL_1, -1, TAL_1,
-          0, 0, table->nc - 1, tab_nr(table) - 1 );
+          0, 0, tab_nc (table) - 1, tab_nr(table) - 1 );
 
   tab_hline (table, TAL_2, 0, tab_nc (table) -1, 2);
   tab_vline (table, TAL_2, 1, 0, tab_nr (table) - 1);