Skip to content

Commit 2e53f46

Browse files
committed
cdef const char *
1 parent cda0e29 commit 2e53f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/cuda/bindings/nvfatbin.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cpdef str get_error_string(int result):
8989
9090
.. seealso:: `nvFatbinGetErrorString`
9191
"""
92-
cdef char* _output_
92+
cdef const char* _output_
9393
cdef bytes _output_bytes_
9494
_output_ = nvFatbinGetErrorString(<_Result>result)
9595

0 commit comments

Comments
 (0)