From 1f7b5b0142b8eb69dc5652b412586b7318467861 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Jun 2012 17:04:49 +0200 Subject: libtests/block13: Add const qualifier --- testsuites/libtests/block13/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/libtests/block13/init.c b/testsuites/libtests/block13/init.c index 43ce38860e..fa8ebc0f0d 100644 --- a/testsuites/libtests/block13/init.c +++ b/testsuites/libtests/block13/init.c @@ -45,7 +45,7 @@ static const int action_sequence [READ_COUNT] = { #define UNUSED_LINE { 0, 0, 0, 0, 0, 0, 0, 0, 0 } -static int expected_block_access_counts [READ_COUNT] [BLOCK_COUNT] = { +static const int expected_block_access_counts [READ_COUNT] [BLOCK_COUNT] = { { 1, 0, 0, 0, 0, 0, 0, 0, 0 }, { 1, 0, 1, 0, 0, 0, 0, 0, 0 }, { 1, 0, 1, 1, 1, 1, 0, 0, 0 }, -- cgit v1.2.3