mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-28 05:14:33 +00:00
Fix typo
This commit is contained in:
parent
678039cf44
commit
3b892188a1
@ -915,7 +915,7 @@ void init_enums(py::module& m) {
|
||||
LIEF::enum_<LIEF::PE::POGO_SIGNATURES>(m, "POGO_SIGNATURES")
|
||||
.value(PY_ENUM(LIEF::PE::POGO_SIGNATURES::POGO_UNKNOWN))
|
||||
.value(PY_ENUM(LIEF::PE::POGO_SIGNATURES::POGO_LCTG))
|
||||
.value(PY_ENUM(LIEF::PE::POGO_SIGNATURES::POGO_POGO));
|
||||
.value(PY_ENUM(LIEF::PE::POGO_SIGNATURES::POGO_PGI));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user