summaryrefslogtreecommitdiff
path: root/cgpt/cmd_find.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_find.c')
-rw-r--r--cgpt/cmd_find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpt/cmd_find.c b/cgpt/cmd_find.c
index 9b945465..459c101a 100644
--- a/cgpt/cmd_find.c
+++ b/cgpt/cmd_find.c
@@ -152,7 +152,7 @@ int cmd_find(int argc, char *argv[]) {
if (optind < argc) {
for (i=optind; i<argc; i++) {
- params.driveName = argv[i];
+ params.drive_name = argv[i];
cgpt_find(&params);
}
} else {