diff options
Diffstat (limited to 'cython/afc.pxi')
| -rw-r--r-- | cython/afc.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/afc.pxi b/cython/afc.pxi index cf72b69..0383471 100644 --- a/cython/afc.pxi +++ b/cython/afc.pxi | |||
| @@ -162,7 +162,7 @@ cdef class AfcClient(BaseService): | |||
| 162 | err = afc_client_free(self._c_client) | 162 | err = afc_client_free(self._c_client) |
| 163 | self.handle_error(err) | 163 | self.handle_error(err) |
| 164 | 164 | ||
| 165 | cdef inline BaseError _error(self, int16_t ret): | 165 | cdef BaseError _error(self, int16_t ret): |
| 166 | return AfcError(ret) | 166 | return AfcError(ret) |
| 167 | 167 | ||
| 168 | cpdef list get_device_info(self): | 168 | cpdef list get_device_info(self): |
