diff options
Diffstat (limited to 'libraries/pack200/anti200.cpp')
-rw-r--r-- | libraries/pack200/anti200.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/pack200/anti200.cpp b/libraries/pack200/anti200.cpp index 944e80e5..0fa3d3e6 100644 --- a/libraries/pack200/anti200.cpp +++ b/libraries/pack200/anti200.cpp @@ -32,7 +32,7 @@ int main(int argc, char **argv) { unpack_200(input, output); } - catch (std::runtime_error &e) + catch (const std::runtime_error &e) { std::cerr << "Bad things happened: " << e.what() << std::endl; fclose(input); |