aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2011-01-22 14:58:48 +0100
committerLars Op den Kamp <lars@opdenkamp.eu>2011-01-22 14:58:48 +0100
commit171d4961b81073c32a0c3cfd8ce5ffd0ecdea2a9 (patch)
treec7c3d631d4263e5fa4c42cb02c1c235b2ec17487
parenta7d2a22af8f95dd167c82eccbaad0b1a25bd2ba4 (diff)
pvr: fix typo in CPVRChannel.h
-rw-r--r--xbmc/pvr/PVRChannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/pvr/PVRChannel.h b/xbmc/pvr/PVRChannel.h
index f95d33aa16..d04f5d66c6 100644
--- a/xbmc/pvr/PVRChannel.h
+++ b/xbmc/pvr/PVRChannel.h
@@ -291,7 +291,7 @@ public:
* @brief The name of this channel on the client.
* @return The name of this channel on the client.
*/
- CStdString ClientChannelName(void) const { return m_strClientChannelName; }\
+ CStdString ClientChannelName(void) const { return m_strClientChannelName; }
/*!
* @brief Set the name of this channel on the client.