Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 3, 2021
1 parent 6ab5c33 commit 8830ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/relabel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifdef _WIN32
#ifdef WITH_CUDA
PyMODINIT_FUNC PyInit__relablel_cuda(void) { return NULL; }
PyMODINIT_FUNC PyInit__relabel_cuda(void) { return NULL; }
#else
PyMODINIT_FUNC PyInit__relabel_cpu(void) { return NULL; }
#endif
Expand Down

0 comments on commit 8830ac1

Please sign in to comment.