aboutsummaryrefslogtreecommitdiffstats
path: root/print_cmd.c
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-12-21 01:29:40 -0500
committerSteve Kondik <shade@chemlab.org>2010-12-21 01:29:40 -0500
commit95f12f0ed14962f8568befa616f8c1cfa4d14b84 (patch)
tree7e2d40d30ca8fb807c369584aa980d1fb780302e /print_cmd.c
parent7bd059bed4786e907beea8049e8eec24e86b4d86 (diff)
downloadexternal_bash-95f12f0ed14962f8568befa616f8c1cfa4d14b84.zip
external_bash-95f12f0ed14962f8568befa616f8c1cfa4d14b84.tar.gz
external_bash-95f12f0ed14962f8568befa616f8c1cfa4d14b84.tar.bz2
Add LOCAL_MODULE_TAGS and fix printfs
Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6
Diffstat (limited to 'print_cmd.c')
-rw-r--r--print_cmd.c2
1 files changed, 1 insertions, 1 deletions
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