From ef1322df67d2f9d8aef330330bff9e74d59ee0a5 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 29 Apr 2014 00:05:19 +0200 Subject: Added a few more const where possible --- tests/unit/unit1395.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/unit1395.c') diff --git a/tests/unit/unit1395.c b/tests/unit/unit1395.c index 0fdf147d9..b27ba06b6 100644 --- a/tests/unit/unit1395.c +++ b/tests/unit/unit1395.c @@ -44,7 +44,7 @@ UNITTEST_START unsigned int i; int fails=0; - struct dotdot pairs[] = { + const struct dotdot pairs[] = { { "/a/b/c/./../../g", "/a/g" }, { "mid/content=5/../6", "mid/6" }, { "/hello/../moo", "/moo" }, -- cgit v1.2.3