All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/wireshark: replace utf-8 space by ascii character
@ 2019-05-08  7:16 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-05-08  7:16 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a271bbe003efdccbbb4da7c4de3ddfbcfb62c3c4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/wireshark/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in
index 0a94a00c09..416b334df6 100644
--- a/package/wireshark/Config.in
+++ b/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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-08  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08  7:16 [Buildroot] [git commit] package/wireshark: replace utf-8 space by ascii character Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.