From 8830ac1142bdccb0da8edff0c1b7fe3adc212beb Mon Sep 17 00:00:00 2001 From: rusty1s Date: Wed, 3 Mar 2021 09:03:42 +0100 Subject: [PATCH] typo --- csrc/relabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/relabel.cpp b/csrc/relabel.cpp index 955077a7..2ec83ac0 100644 --- a/csrc/relabel.cpp +++ b/csrc/relabel.cpp @@ -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