mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ void init_utils_functions(py::module& m) {
|
||||
return py::none();
|
||||
}
|
||||
#else
|
||||
return nullptr;
|
||||
return py::none();
|
||||
#endif
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user