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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgpt/cmd_find.c b/cgpt/cmd_find.c
index 459c101a..4b2964d4 100644
--- a/cgpt/cmd_find.c
+++ b/cgpt/cmd_find.c
@@ -153,10 +153,10 @@ int cmd_find(int argc, char *argv[]) {
if (optind < argc) {
for (i=optind; i<argc; i++) {
params.drive_name = argv[i];
- cgpt_find(&params);
+ CgptFind(&params);
}
} else {
- cgpt_find(&params);
+ CgptFind(&params);
}
if (params.oneonly && params.hits != 1) {