X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..7f0db4fd8e039a031f5eeebf80f2803ec56fb61c:/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 {