aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib__src__printout.c
blob: c36f49ff7faf3d72842bf84eb475e099492fe158 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- lib/src/printout.c.orig	Fri Sep  8 02:15:00 2006
+++ lib/src/printout.c	Sun Oct  8 01:52:29 2006
@@ -400,11 +400,11 @@
 void print_xtab (const Xtab *tab, gretlopt opt, PRN *prn)
 {
     int i, j, r, c;
-    r = tab->rows;
-    c = tab->cols;
     double x, y;
     int n5 = 0;
     double pearson = 0.0;
+    r = tab->rows;
+    c = tab->cols;
 
     pputc(prn, '\n');
     pprintf(prn, _("Cross-tabulation of %s (rows) against %s (columns)"),