TravisWheelerLab / AvxWindowFmIndex

A fast, AVX2 and ARM Neon accelerated FM index library
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Example code in README uses a "struct" tag for AwFmReturnCode when type is an enum #26

Closed EricR86 closed 7 months ago

EricR86 commented 7 months ago

The example code in the README contains an erroneous type for AwFmReturnCode. It should be an enum when it is currently a struct.

Sawwave commented 7 months ago

Thank you for catching this typo. It has now been fixed.