diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-04-29 00:05:19 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-04-29 00:05:19 +0200 |
commit | ef1322df67d2f9d8aef330330bff9e74d59ee0a5 (patch) | |
tree | bc46185c2e96db01d12d42c0718b5c2a03149ed4 /tests/unit | |
parent | 970ce28c12ddcf7ca0b3edd1446e34ea9cfb5cd1 (diff) |
Added a few more const where possible
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit1395.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |