block.c: Make static string a const char * instead char *
authorDaniel Dickinson <lede@daniel.thecshore.com>
Sun, 22 May 2016 09:22:47 +0000 (05:22 -0400)
committerJohn Crispin <john@phrozen.org>
Thu, 19 May 2016 05:46:10 +0000 (07:46 +0200)
commit7a967198b9b18d00526094a43248b1c0892eb4aa
treed9a844e907c915e732883d41343a3ffbbb2bfe61
parentdb5d39d48b9d9a77565015c1aafb3ef0d2925f02
block.c: Make static string a const char * instead char *

There is no reason for e2fsck string to be altered, and the
only places where is used take const char * as parameters
so make e2fsck a const char *.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
block.c