qemu-io: add 'const'

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-12-13 15:41:43 +00:00
parent be45f06826
commit b32bb95264
1 changed files with 1 additions and 1 deletions

View File

@ -1415,7 +1415,7 @@ int main(int argc, char **argv)
int readonly = 0;
int growable = 0;
const char *sopt = "hVc:Crsnmgk";
struct option lopt[] = {
const struct option lopt[] = {
{ "help", 0, NULL, 'h' },
{ "version", 0, NULL, 'V' },
{ "offset", 1, NULL, 'o' },