diff options
Diffstat (limited to 'sha1-lookup.h')
-rw-r--r-- | sha1-lookup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sha1-lookup.h b/sha1-lookup.h index 457c9b4964..5afcd011c6 100644 --- a/sha1-lookup.h +++ b/sha1-lookup.h @@ -4,9 +4,9 @@ typedef const unsigned char *sha1_access_fn(size_t index, void *table); int sha1_pos(const unsigned char *sha1, - void *table, - size_t nr, - sha1_access_fn fn); + void *table, + size_t nr, + sha1_access_fn fn); /* * Searches for sha1 in table, using the given fanout table to determine the |