mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 12:54:32 +00:00
Fix typo
This commit is contained in:
parent
b0e480c9f2
commit
86a35bd7bc
@ -48,7 +48,7 @@ void init_utils_functions(py::module& m) {
|
||||
return py::none();
|
||||
}
|
||||
#else
|
||||
return nullptr;
|
||||
return py::none();
|
||||
#endif
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user