From 95f12f0ed14962f8568befa616f8c1cfa4d14b84 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Tue, 21 Dec 2010 01:29:40 -0500 Subject: Add LOCAL_MODULE_TAGS and fix printfs Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6 --- print_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print_cmd.c') diff --git a/print_cmd.c b/print_cmd.c index b8fb0a2..e9e8038 100644 --- a/print_cmd.c +++ b/print_cmd.c @@ -1382,7 +1382,7 @@ indent (amount) for (i = 0; amount > 0; amount--) indentation_string[i++] = ' '; indentation_string[i] = '\0'; - cprintf (indentation_string); + cprintf ("%s", indentation_string); } static void -- cgit v1.1