BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Jun 2008 18:35:32 +0000 (18:35 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Jun 2008 18:35:32 +0000 (18:35 -0000)
It seems like kconfig nowadays don't like paranthesises is comments.

Reported by Harley.

package/Config.in

index ce4a6fbbb79623149c3275ec687e5b9c75105b77..443698e039ee8638a69e3b0d17277616dfafc675 100644 (file)
@@ -341,8 +341,8 @@ source "package/sdl_mixer/Config.in"
 source "package/sdl_ttf/Config.in"
 source "package/tiff/Config.in"
 
-comment "busybox graphic applications" 
-comment "--> (May be broken in busybox)"
+comment "busybox graphic applications"
+comment "--> May be broken in busybox"
 source "package/fbv/Config.in"
 source "package/fbset/Config.in"