diff options
Diffstat (limited to 'ctrl/libhicnctrl/src/face.c')
-rw-r--r-- | ctrl/libhicnctrl/src/face.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/libhicnctrl/src/face.c b/ctrl/libhicnctrl/src/face.c index 0e25890da..e617ff8a4 100644 --- a/ctrl/libhicnctrl/src/face.c +++ b/ctrl/libhicnctrl/src/face.c @@ -356,7 +356,7 @@ face_cmp(const face_t * f1, const face_t * f2) return 0; } -hash_t +unsigned int face_hash(const face_t * face) { /* Assuming the unused part of the struct is set to zero */ |