diff options
author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-06 13:40:44 +0100 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-06 13:40:44 +0100 |
commit | c06931f6726ada9bebc6f69e0d83c02cbf0bef94 (patch) | |
tree | f32e3cc142d702d7445a2f2c4e59565524aeeff1 | |
parent | 197ccb2e1ccfc9108fe857edbded75b65191ab10 (diff) | |
download | vdr-plugin-inputdev-c06931f6726ada9bebc6f69e0d83c02cbf0bef94.tar.gz vdr-plugin-inputdev-c06931f6726ada9bebc6f69e0d83c02cbf0bef94.tar.bz2 |
minor cosmetical cleanup
-rw-r--r-- | plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ static char const *DEFAULT_SOCKET_PATH = SOCKET_PATH; static const char *VERSION = PACKAGE_VERSION; -static const char *DESCRIPTION = "Linux input device plugin"; +static const char *DESCRIPTION = "Linux input device plugin"; class cInputDevicePlugin : public cPlugin { private: |