haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
198 stars 50 forks source link

tests: fix missing return statement (issue-128 test) #184

Closed bennofs closed 7 years ago

bennofs commented 7 years ago

This leads to a segfault of the test on some platforms.

kolmodin commented 7 years ago

Thanks for fixing this.