summaryrefslogtreecommitdiff
path: root/src/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pch.h')
-rw-r--r--src/pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pch.h b/src/pch.h
index 74f766c..8a72ad0 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -54,7 +54,7 @@ XTERN struct timespec p_timestamp[2]; /* timestamps in patch headers */
or a timestamp with tv_sec == -1 if there was no timestamp or an error in
the timestamp. */
-static inline const struct timespec pch_timestamp (bool which)
+static inline struct timespec pch_timestamp (bool which)
{
return p_timestamp[which];
}