summaryrefslogtreecommitdiff
path: root/ext/dbase/dbf_ndx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbase/dbf_ndx.c')
-rw-r--r--ext/dbase/dbf_ndx.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/dbase/dbf_ndx.c b/ext/dbase/dbf_ndx.c
index a648b42326..9e68c6dd98 100644
--- a/ext/dbase/dbf_ndx.c
+++ b/ext/dbase/dbf_ndx.c
@@ -181,3 +181,11 @@ ndx_record_t *ndx_get_next_rec(ndx_header_t *hp, ndx_record_t *rp)
return rp;
}
+/*
+ * 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
+ */