diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-03 22:50:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-03 22:50:30 +0200 |
commit | 9afba4fdc672662c39f088b51c2ee939679d51a2 (patch) | |
tree | c7f639b86d1b96203190180fdd125cbc43a8826f | |
parent | 21fb8e68ee656733a02ff3f574b991d5032cdfc3 (diff) | |
download | buildroot-novena-9afba4fdc672662c39f088b51c2ee939679d51a2.tar.gz buildroot-novena-9afba4fdc672662c39f088b51c2ee939679d51a2.zip |
tinyhttpd: fix white space issue in Config.in
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/tinyhttpd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyhttpd/Config.in b/package/tinyhttpd/Config.in index eb601637e..5a6ee886c 100644 --- a/package/tinyhttpd/Config.in +++ b/package/tinyhttpd/Config.in @@ -3,5 +3,5 @@ config BR2_PACKAGE_TINYHTTPD help A relatively simple webserver written as a school project. It is exceedingly simple, threaded and handles basic CGI scripts. - + http://sourceforge.net/projects/tinyhttpd/ |