summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-07-21 09:03:20 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-21 09:03:20 +1000
commit08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48 (patch)
tree583def5cc8fde5990173753b08f70b8d6d8aeb54 /src
parentd3053c64e6e61656f8ea1fa809648228d0393957 (diff)
Fixed compile on certain Solaris versions.
Every source file must end with a newline, otherwise: "Error: There is extra text on this line."
Diffstat (limited to 'src')
-rw-r--r--src/sql/drivers/mysql/qsql_mysql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/drivers/mysql/qsql_mysql.cpp b/src/sql/drivers/mysql/qsql_mysql.cpp
index dd4127cba9..8f377bd370 100644
--- a/src/sql/drivers/mysql/qsql_mysql.cpp
+++ b/src/sql/drivers/mysql/qsql_mysql.cpp
@@ -1473,4 +1473,4 @@ QString QMYSQLDriver::escapeIdentifier(const QString &identifier, IdentifierType
QT_END_NAMESPACE
-#include "qsql_mysql.moc" \ No newline at end of file
+#include "qsql_mysql.moc"