diff options
-rw-r--r-- | tools/tools/bootparttest/bootparttest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/bootparttest/bootparttest.c b/tools/tools/bootparttest/bootparttest.c index 086248f..ecb8946 100644 --- a/tools/tools/bootparttest/bootparttest.c +++ b/tools/tools/bootparttest/bootparttest.c @@ -53,7 +53,7 @@ struct devsw { void *dv_close; void *dv_ioctl; void *dv_print; - void *dv_cleanupa; + void *dv_cleanup; } udisk = { .dv_name = "disk", .dv_strategy = disk_strategy |