From d66ae58cd87c78b76652ecf750371b1e005d44de Mon Sep 17 00:00:00 2001 From: Krzysztof Halasa Date: Tue, 21 Dec 2010 00:02:02 +0100 Subject: Cosmetic fixes, including format attributes for printf() and friends. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof HaƂasa Signed-off-by: Sascha Hauer --- commands/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/menu.c') diff --git a/commands/menu.c b/commands/menu.c index b9d66996a4..c3e090170a 100644 --- a/commands/menu.c +++ b/commands/menu.c @@ -119,7 +119,7 @@ static int do_menu_entry_remove(struct cmd_menu *cm) me = menu_entry_get_by_num(m, cm->num); if (!me) { - eprintf("Entry '%s' not found\n", cm->num); + eprintf("Entry '%i' not found\n", cm->num); return -EINVAL; } -- cgit v1.2.3