X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..e42fc158c9eb9200dbe69aad38a7f6e86cb13c70:/rsync.h diff --git a/rsync.h b/rsync.h index fdc7a032..c6a5899f 100644 --- a/rsync.h +++ b/rsync.h @@ -551,7 +551,7 @@ struct hashtable { void *nodes; int32 size, entries; uint32 node_size; - int key64; + short key64; }; struct ht_int32_node {