From 0f3141f69456b3fd77d9772f98c294b910524e18 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 11 Aug 2012 08:15:59 +0200 Subject: [PATCH] src/math/categoricals.c: Remove inappropriate const qualifier --- src/math/categoricals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/categoricals.c b/src/math/categoricals.c index 2bc2b626b0..7eaf82195b 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -99,7 +99,7 @@ struct interact_params /* A map indexed by a interaction_value */ struct hmap ivmap; - const struct interaction *iact; + struct interaction *iact; int base_subscript_short; int base_subscript_long; -- 2.30.2