vma: avoid compiler warning about incompatible pointer type

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
master
Fiona Ebner 2023-09-08 11:18:30 +02:00
parent 0ff45eb23e
commit ef3308db71
1 changed files with 2 additions and 2 deletions

View File

@ -1735,7 +1735,7 @@ index 0000000000..ac7da237d0
+}
diff --git a/vma.c b/vma.c
new file mode 100644
index 0000000000..cf2a2a74af
index 0000000000..347f6283ca
--- /dev/null
+++ b/vma.c
@@ -0,0 +1,900 @@
@ -1917,7 +1917,7 @@ index 0000000000..cf2a2a74af
+ const char *filename;
+ const char *dirname;
+ const char *readmap = NULL;
+ const gchar **drive_list = NULL;
+ gchar **drive_list = NULL;
+
+ for (;;) {
+ c = getopt(argc, argv, "hvd:r:");