From 85312077889b9cd71519afadcf7ef79e360d84a6 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 24 Mar 2017 09:09:43 +0100 Subject: state: backend_storage: make locally used variable static Signed-off-by: Sascha Hauer --- src/barebox-state/backend_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/barebox-state/backend_storage.c b/src/barebox-state/backend_storage.c index 47a41dd..060127b 100644 --- a/src/barebox-state/backend_storage.c +++ b/src/barebox-state/backend_storage.c @@ -48,7 +48,7 @@ * when storing a new state we can just write all buckets in order. */ -const unsigned int min_copies_written = 1; +static const unsigned int min_copies_written = 1; /** * state_storage_write - Writes the given data to the storage -- cgit v1.2.3