X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6d56efa6ea66afa2e6f4eb79d9dd5f3b54b723c3..0c096e29aa0e89dd8b45ac1d898f142c2c2094de:/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 {