Fix typo.
This commit is contained in:
parent
3d60c8b3b8
commit
8d87184330
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ cdef extern from "sharp.h":
|
|||
void sharp_destroy_geom_info(sharp_geom_info *info)
|
||||
|
||||
ptrdiff_t sharp_map_size(sharp_geom_info *info)
|
||||
ptrdiff_t sharp_alm_count(sharp_alm_info *self);
|
||||
ptrdiff_t sharp_alm_count(sharp_alm_info *self)
|
||||
|
||||
|
||||
ctypedef enum sharp_jobtype:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue