From f18770885cd5895787c66cbc0f814e35da66dc18 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 27 May 2012 14:21:16 +0200 Subject: [PATCH] isl_space_unwrap: fix error message Signed-off-by: Sven Verdoolaege --- isl_space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_space.c b/isl_space.c index fb63873..d6dff65 100644 --- a/isl_space.c +++ b/isl_space.c @@ -1567,7 +1567,7 @@ __isl_give isl_space *isl_space_unwrap(__isl_take isl_space *dim) return NULL; if (!isl_space_is_wrapping(dim)) - isl_die(dim->ctx, isl_error_invalid, "not a wrapping dim", + isl_die(dim->ctx, isl_error_invalid, "not a wrapping space", goto error); unwrap = isl_space_copy(dim->nested[1]); -- 2.7.4