summaryrefslogtreecommitdiff
path: root/cgpt/cgpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt.c')
-rw-r--r--cgpt/cgpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpt/cgpt.c b/cgpt/cgpt.c
index 0977b654..d06874ea 100644
--- a/cgpt/cgpt.c
+++ b/cgpt/cgpt.c
@@ -40,7 +40,7 @@ struct {
{"legacy", cmd_legacy, "Switch between GPT and Legacy GPT"},
};
-void Usage(void) {
+static void Usage(void) {
int i;
printf("\nUsage: %s COMMAND [OPTIONS] DRIVE\n\n"