summaryrefslogtreecommitdiff
path: root/ext/dbase/dbf_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbase/dbf_misc.c')
-rw-r--r--ext/dbase/dbf_misc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/dbase/dbf_misc.c b/ext/dbase/dbf_misc.c
index 0efb23ab16..3d8fd04f4a 100644
--- a/ext/dbase/dbf_misc.c
+++ b/ext/dbase/dbf_misc.c
@@ -168,3 +168,12 @@ char *db_cur_date(char *cp)
return cp;
}
+
+/*
+ * 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
+ */