From 1e1788dcba82e479a421cc5632013ff15912dae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 9 Aug 2010 09:32:56 +0000 Subject: [PATCH] Uhhh, not quite (pointy hat: bska). --- hybsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybsys.c b/hybsys.c index bee44486..bf2dd890 100644 --- a/hybsys.c +++ b/hybsys.c @@ -266,7 +266,7 @@ hybsys_build_ja(int nc, int nf, int *nconn, int *conn, MAT_SIZE_T *ia, int *work) /* ---------------------------------------------------------------------- */ { - MAT_SIZE_T *ja = malloc(ia[nf] * sizeof **ja); + MAT_SIZE_T *ja = malloc(ia[nf] * sizeof *ja); int i,j; /*