diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:42:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:47 +0200 |
commit | 8a7ade2e937145398156380a31c0f0574b5b7b1a (patch) | |
tree | c1ff862723393d598b1dac500ccf1d9e31b7fab6 /common | |
parent | c9a94e547659e48ced103a58e9ca260199e79095 (diff) |
Cosmetic change
Diffstat (limited to 'common')
-rw-r--r-- | common/erase-query/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/erase-query/driver.cxx b/common/erase-query/driver.cxx index adbdb76..0880f62 100644 --- a/common/erase-query/driver.cxx +++ b/common/erase-query/driver.cxx @@ -172,7 +172,7 @@ main (int argc, char* argv[]) #endif t.commit (); } -} + } catch (const odb::exception& e) { cerr << e.what () << endl; |