summaryrefslogtreecommitdiff
path: root/cgpt/cmd_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_boot.c')
-rw-r--r--cgpt/cmd_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpt/cmd_boot.c b/cgpt/cmd_boot.c
index 05ba6e93..d2e63b7f 100644
--- a/cgpt/cmd_boot.c
+++ b/cgpt/cmd_boot.c
@@ -81,5 +81,5 @@ int cmd_boot(int argc, char *argv[]) {
params.drive_name = argv[optind];
- return cgpt_boot(&params);
+ return CgptBoot(&params);
}