diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-06 11:42:03 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-06 11:42:03 +0000 |
commit | 87f5a311d723f78441255dad9467ff36956e1ac2 (patch) | |
tree | 1ee0af085cd8fe99af27768f704eab7a34427531 /toolchain | |
parent | 9a0f303cce2c93acc11ed0cb799ce8b768510e92 (diff) | |
download | buildroot-novena-87f5a311d723f78441255dad9467ff36956e1ac2.tar.gz buildroot-novena-87f5a311d723f78441255dad9467ff36956e1ac2.zip |
Get rid of leading whitespace to silence warnings from config system.
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 9b464f2b4..9e16bb846 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -13,7 +13,7 @@ config BR2_TOOLCHAIN_BUILDROOT config BR2_TOOLCHAIN_EXTERNAL bool - prompt " External toolchain" + prompt "External toolchain" endchoice source "toolchain/Config.in.2" |