summaryrefslogtreecommitdiff
path: root/src/rharchive.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-12-27 10:44:17 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-12-27 10:44:17 (GMT)
commitb46d601c70c6a2f39ca1cd1de83b0aa561ce5204 (patch)
treea7e9703c0463b1ad7e5837e81fbc0d84dd751395 /src/rharchive.c
parenta505cffcdd9645e1a4c3be302941e8a4a7d16037 (diff)
whitespace cleanups
header update (copyright notice)
Diffstat (limited to 'src/rharchive.c')
-rw-r--r--src/rharchive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rharchive.c b/src/rharchive.c
index 3401047..6d6bb7d 100644
--- a/src/rharchive.c
+++ b/src/rharchive.c
@@ -4,7 +4,7 @@
* The Radio Helsinki Archive Daemon
*
*
- * Copyright (C) 2010-2011 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at>
*
* This file is part of rharchive.
*
@@ -246,5 +246,5 @@ int main(int argc, char* argv[])
gst_deinit();
log_close();
- return ret;
+ return ret;
}