aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib__src__printout.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-lib__src__printout.c')
-rw-r--r--math/gretl/files/patch-lib__src__printout.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/math/gretl/files/patch-lib__src__printout.c b/math/gretl/files/patch-lib__src__printout.c
deleted file mode 100644
index c36f49ff7faf..000000000000
--- a/math/gretl/files/patch-lib__src__printout.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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)"),