diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-21 12:04:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-21 12:04:04 +0200 |
commit | 6c85f1a50e3b50d18599143e18ee145fc6afdb08 (patch) | |
tree | dd4ef48ccf8da7821c693195769b51ac8f7ccbb1 | |
parent | cfc9c1fa3cab07396b38d192da3d0b6bfa36d0f5 (diff) |
Cosmetic changes
-rw-r--r-- | odb/mysql/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/statement.cxx b/odb/mysql/statement.cxx index e1516f2..7ab9c04 100644 --- a/odb/mysql/statement.cxx +++ b/odb/mysql/statement.cxx @@ -170,7 +170,7 @@ namespace odb default: { translate_error (conn_, stmt_); - return no_data; // Never reaches. + return no_data; // Never reached. } } } |