summaryrefslogtreecommitdiff
path: root/sources.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-05-23 09:41:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-05-23 09:41:54 +0200
commitf55aee0fc14b8085ab8fedaa9b5492eb01880014 (patch)
tree2c337868badc9b0bd5328cc1e081ff79047c3aa4 /sources.c
parent21957f6e3859cfb94b15e07720212da4544785ab (diff)
downloadvdr-f55aee0fc14b8085ab8fedaa9b5492eb01880014.tar.gz
vdr-f55aee0fc14b8085ab8fedaa9b5492eb01880014.tar.bz2
Fixed indentation
Diffstat (limited to 'sources.c')
-rw-r--r--sources.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources.c b/sources.c
index 94df64c6..780c1fdc 100644
--- a/sources.c
+++ b/sources.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sources.c 3.2 2013/04/11 10:24:05 kls Exp $
+ * $Id: sources.c 3.3 2013/05/23 09:41:54 kls Exp $
*/
#include "sources.h"
@@ -89,7 +89,7 @@ int cSource::FromString(const char *s)
return code;
}
else
- esyslog("ERROR: unknown source key '%c'", *s);
+ esyslog("ERROR: unknown source key '%c'", *s);
}
return stNone;
}