summaryrefslogtreecommitdiff
path: root/test/salvage
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-04-06 19:41:16 -0400
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-04-06 19:41:16 -0400
commita589c2b17356964aad0d05cd9223ea8e84eb6c84 (patch)
tree638800cf0e37e37d92ba1c720827fd3ce89af0f9 /test/salvage
parent101513d3ebc2284027f05c4a236e5fe314149bc5 (diff)
downloadmongo-a589c2b17356964aad0d05cd9223ea8e84eb6c84.tar.gz
lint
Diffstat (limited to 'test/salvage')
-rw-r--r--test/salvage/salvage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/salvage/salvage.c b/test/salvage/salvage.c
index 52a1855234d..fcb262cd4ed 100644
--- a/test/salvage/salvage.c
+++ b/test/salvage/salvage.c
@@ -39,7 +39,7 @@ void run(int);
FILE *res_fp; /* Results file */
int gkey, gvalue, gcnt; /* Records to build */
-int page_type; /* Types of records */
+u_int page_type; /* Types of records */
int
main(void)