diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 18:26:05 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 19:30:59 +0000 |
commit | 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 (patch) | |
tree | 4c71062081ca1990f45c33c6a3ed0ed14278bd34 /tubes/source | |
parent | c3164e42dcdf879ed53e235db13f498eb730bae9 (diff) |
Re-work 8bit characters in source code, or remove them.
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'tubes/source')
-rw-r--r-- | tubes/source/manager.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx index 58c2b5bde676..2dccf4cea2f3 100644 --- a/tubes/source/manager.cxx +++ b/tubes/source/manager.cxx @@ -664,8 +664,8 @@ static void lcl_ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy ) * * To work around this, we make sure the legacy Tubes channel already * exists before we request the channel we actually want. We don't actually - * have to wait for this request to succeed—we fire it off and forget about - * it. + * have to wait for this request to succeed - we fire it off and forget + * about it. */ GHashTable* pRequest = tp_asv_new( TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TUBES, |