Explorar o código

package/wireshark: replace utf-8 space by ascii character

Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple
ascii space character.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Seiderer %!s(int64=6) %!d(string=hai) anos
pai
achega
a271bbe003
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/wireshark/Config.in

+ 2 - 2
package/wireshark/Config.in

@@ -23,8 +23,8 @@ config BR2_PACKAGE_WIRESHARK_GUI
 	depends on BR2_PACKAGE_HAS_UDEV # qt5 input
 	select BR2_PACKAGE_QT5
 	select BR2_PACKAGE_QT5BASE
-	select BR2_PACKAGE_QT5BASE_FONTCONFIG # runtime
-	select BR2_PACKAGE_QT5BASE_PNG # runtime
+	select BR2_PACKAGE_QT5BASE_FONTCONFIG # runtime
+	select BR2_PACKAGE_QT5BASE_PNG # runtime
 	select BR2_PACKAGE_QT5BASE_WIDGETS
 	select BR2_PACKAGE_QT5MULTIMEDIA
 	select BR2_PACKAGE_QT5SVG