summaryrefslogtreecommitdiffstats
path: root/doc/README.menu
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.menu')
-rw-r--r--doc/README.menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.menu b/doc/README.menu
index 1259c6ad57..0dad6a2cb8 100644
--- a/doc/README.menu
+++ b/doc/README.menu
@@ -97,7 +97,7 @@ char *pick_a_tool(void)
printf("failed to add item!");
menu_destroy(m);
return NULL;
- }
+ }
}
if (menu_get_choice(m, (void **)&tool) != 1)
OpenPOWER on IntegriCloud