diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-20 04:12:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-20 04:12:31 +0300 |
commit | 9e68f4ed53ac6972474e2d0e4b00574cd374cd82 (patch) | |
tree | dbc3294ef862d35f985f78b83804a29fe165ccce /src/module.cpp | |
parent | code style (diff) | |
download | winapi-debug-9e68f4ed53ac6972474e2d0e4b00574cd374cd82.tar.gz winapi-debug-9e68f4ed53ac6972474e2d0e4b00574cd374cd82.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | src/module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.cpp b/src/module.cpp index 3694e5f..2c1d26c 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -23,7 +23,7 @@ namespace pdb : raw{raw} { if (raw.SizeOfStruct != sizeof(raw)) - throw std::runtime_error{"unexpected module structure size"}; + throw std::runtime_error{"invalid IMAGEHLP_MODULE64.SizeOfStruct"}; } ModuleInfo::Raw ModuleInfo::create_raw() |