summaryrefslogtreecommitdiff
path: root/prtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'prtype.c')
-rw-r--r--prtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prtype.c b/prtype.c
index d16647c..7fdea01 100644
--- a/prtype.c
+++ b/prtype.c
@@ -1087,7 +1087,7 @@ DumpHexBuffer(const unsigned char *buf, long n)
}
void
-PrintValueRec(unsigned long key, unsigned long cmask, short ctype)
+PrintValueRec(uint32_t key, uint32_t cmask, short ctype)
{
unsigned char *values;
struct ValueListEntry *p;