From: Jouni Malinen Date: Fri, 1 Nov 2013 13:31:03 +0000 (+0200) Subject: AOSP: Different encoding of non-ASCII characters in a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17fbea320e2a3afdf1dcd640042e79ecff276c5;p=thirdparty%2Fhostap.git AOSP: Different encoding of non-ASCII characters in a comment This looks like a bogus change - will hopefully disappear once upstream converts these to ASCII. --- diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index 61c6e1cf0..5a4211835 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -178,7 +178,7 @@ static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) struct wpa_ssid *c; /* - * disallow_list ::= | | | “” + * disallow_list ::= | | | “” * SSID_SPEC ::= ssid * BSSID_SPEC ::= bssid */