浏览代码

BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy

It seems like kconfig nowadays don't like paranthesises is comments.

Reported by Harley.
Peter Korsgaard 17 年之前
父节点
当前提交
39962a2162
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/Config.in

+ 2 - 2
package/Config.in

@@ -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"