diff options
Diffstat (limited to 'rdoff/hash.h')
-rw-r--r-- | rdoff/hash.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rdoff/hash.h b/rdoff/hash.h index 2ccf9b9..cda4f61 100644 --- a/rdoff/hash.h +++ b/rdoff/hash.h @@ -8,5 +8,4 @@ * distributed in the NASM archive. */ -unsigned hash (const char* name); - +unsigned hash(const char *name); |