"vscode:/vscode.git/clone" did not exist on "ca60ad8e55e8c2c43c3b88279fd3351918af8c39"
Commit 8830ac11 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 6ab5c332
......@@ -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
......
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