Make the linter happy (for real x2)

This commit is contained in:
Jeremy 2023-08-27 21:34:15 -04:00
parent c48f37cb68
commit 6ede6f6f53
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -322,7 +322,7 @@ namespace cpptrace {
to_hex(entry.raw_address - entry.obj_base + get_module_image_base(entry)),
trace[i]
);
} catch(file_error) {
} catch(file_error&) {
//
} catch(...) {
throw;