mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
qemu-io: add 'const'
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
be45f06826
commit
b32bb95264
1 changed files with 1 additions and 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' },
|
||||
|
|
Loading…
Add table
Reference in a new issue