diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-12-13 15:41:43 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-12-13 15:41:43 +0000 |
commit | b32bb95264035c571f81fbefb06fec217b0cc3c8 (patch) | |
tree | aec5a83e5c25cdbabc4ffd7c4413c0501a04656c /qemu-io.c | |
parent | be45f06826e4bf232625b9d78b72df0c8d0a4b79 (diff) |
qemu-io: add 'const'
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-io.c')
-rw-r--r-- | qemu-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' }, |