syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Fix compile errors. #134

Closed iychoi closed 8 years ago

iychoi commented 8 years ago

Remove a semicolon which causes a compilation error. Use PyString_AsString to get char* from python string to fix a compilation error.

jcnelson commented 8 years ago

Thanks!