summaryrefslogtreecommitdiff
path: root/ext/calendar/julian.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/julian.c')
-rw-r--r--ext/calendar/julian.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/calendar/julian.c b/ext/calendar/julian.c
index 094b4ed647..cf78646165 100644
--- a/ext/calendar/julian.c
+++ b/ext/calendar/julian.c
@@ -238,3 +238,12 @@ long int JulianToSdn(
+ inputDay
- SDN_OFFSET);
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
+ */