Skip to content

Commit

Permalink
fixed inconsistent declaratian
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Feb 15, 2015
1 parent 04f7bb0 commit 3c9cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysam/calignmentfile.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ cdef class AlignmentFile:
cdef int cnext(self)

# write an aligned read
cpdef int write(self, AlignedSegment read)
cpdef int write(self, AlignedSegment read) except -1

cdef char * _getrname(self, int tid)

Expand Down

0 comments on commit 3c9cb42

Please sign in to comment.