"test/srt/deprecated/test_httpserver_decode_stream.py" did not exist on "6f560c761b2fc2f577682d0cfda62630f37a3bb0"
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