diff options
author | Leon Handreke <leonh@ndreke.de> | 2014-02-23 22:26:25 +0100 |
---|---|---|
committer | David Edmundson <kde@davidedmundson.co.uk> | 2014-04-11 23:56:34 +0200 |
commit | ab7e4b56f7d8e8009b097d8130f42bd59c787d96 (patch) | |
tree | b62dfdb531eb2fb068ec7a3022211ef687dbbdc8 | |
parent | 6b2cabfb7f7ad5ec3651ed087abc9f791fb23ccb (diff) |
Fix nonsense character that was accidentally inserted
-rw-r--r-- | tests/dbus/client-factories.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/client-factories.cpp b/tests/dbus/client-factories.cpp index 21dee322..41b377fa 100644 --- a/tests/dbus/client-factories.cpp +++ b/tests/dbus/client-factories.cpp @@ -40,7 +40,7 @@ #include <TelepathyQt/PendingReady> #include <TelepathyQt/StreamTubeChannel> #include <TelepathyQt/TextChannel> -#include <TelepathyQt/CallChannel>b +#include <TelepathyQt/CallChannel> #include <TelepathyQt/Types> #include <telepathy-glib/debug.h> |