summaryrefslogtreecommitdiff
path: root/utils/db1-ast/include/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/db1-ast/include/db.h')
-rw-r--r--utils/db1-ast/include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/db1-ast/include/db.h b/utils/db1-ast/include/db.h
index a58724bdd..23b9b9575 100644
--- a/utils/db1-ast/include/db.h
+++ b/utils/db1-ast/include/db.h
@@ -182,7 +182,7 @@ typedef struct {
int lorder; /* byte order */
size_t reclen; /* record length (fixed-length records) */
u_char bval; /* delimiting byte (variable-length records */
- char *bfname; /* btree file name */
+ char *bfname; /* btree file name */
} RECNOINFO;
#ifdef __DBINTERFACE_PRIVATE