OSDN Git Service

lib: Fix invalid "whitespace" on company identifier string
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Tue, 1 Oct 2013 14:11:22 +0000 (10:11 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 2 Oct 2013 11:09:01 +0000 (14:09 +0300)
Somehow, the invalid multibyte sequence "\xC2\xA0" (which is displayed
as a whitespace) was inserted on a company identifier string. Fix this
to avoid a bogus diff when running tools/update_compids.sh.

lib/bluetooth.c

index bdc611a..62c5c00 100644 (file)
@@ -682,7 +682,7 @@ const char *bt_compidtostr(int compid)
        case 210:
                return "Dialog Semiconductor B.V.";
        case 211:
-               return "Taixingbang Technology (HK) Co,. LTD.";
+               return "Taixingbang Technology (HK) Co,. LTD.";
        case 212:
                return "Kawantech";
        case 213: