Commit 8830ac11 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 6ab5c332
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifdef _WIN32 #ifdef _WIN32
#ifdef WITH_CUDA #ifdef WITH_CUDA
PyMODINIT_FUNC PyInit__relablel_cuda(void) { return NULL; } PyMODINIT_FUNC PyInit__relabel_cuda(void) { return NULL; }
#else #else
PyMODINIT_FUNC PyInit__relabel_cpu(void) { return NULL; } PyMODINIT_FUNC PyInit__relabel_cpu(void) { return NULL; }
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment