summaryrefslogtreecommitdiff
path: root/eqn/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'eqn/matrix.c')
-rw-r--r--eqn/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eqn/matrix.c b/eqn/matrix.c
index 53b674f4b227..85228e0572e0 100644
--- a/eqn/matrix.c
+++ b/eqn/matrix.c
@@ -52,7 +52,7 @@ matrix(int p1) {
int hb, b;
#endif /* NEQN */
int nrow, ncol, i, j, k, val[100];
- char *space;
+ const char *space;
space = "\\ \\ ";
nrow = lp[p1]; /* disaster if rows inconsistent */