summaryrefslogtreecommitdiff
path: root/src/writer.h
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/writer.h
parenta505cffcdd9645e1a4c3be302941e8a4a7d16037 (diff)
whitespace cleanups
header update (copyright notice)
Diffstat (limited to 'src/writer.h')
-rw-r--r--src/writer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/writer.h b/src/writer.h
index 353e909..8e012a9 100644
--- a/src/writer.h
+++ b/src/writer.h
@@ -2,10 +2,10 @@
* rharchive
*
* 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.
*
* rharchive is free software: you can redistribute it and/or modify
@@ -47,7 +47,7 @@ struct writer_struct {
file_list_t files_;
file_t* current_;
file_t* next_;
- struct timespec next_boundary_;
+ struct timespec next_boundary_;
};
typedef struct writer_struct writer_t;