From 65f96af95474f3aa894186e78006b37520df767c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jul 2011 14:12:41 +0200 Subject: Cosmetic change --- odb/relational/mysql/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx index d3b4129..e40a40a 100644 --- a/odb/relational/mysql/source.cxx +++ b/odb/relational/mysql/source.cxx @@ -98,7 +98,7 @@ namespace relational // However, this complicates the code generator quite a bit: we // either have to move to std::string storage for all the // statements and all the databases, which is kind of a waste, - // or do some deep per-database customizations, which is hairy). + // or do some deep per-database customizations, which is hairy. // So, instead, we are going to use another hack (hey, what the // hell, right?) by loading both the index and enumerator // combined into a string: -- cgit v1.1