summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/mysql
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-07-20 23:03:20 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-20 23:03:20 (GMT)
commit08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48 (patch)
tree583def5cc8fde5990173753b08f70b8d6d8aeb54 /src/sql/drivers/mysql
parentd3053c64e6e61656f8ea1fa809648228d0393957 (diff)
downloadQt-08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48.zip
Qt-08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48.tar.gz
Qt-08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48.tar.bz2
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/sql/drivers/mysql')
-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 dd4127c..8f377bd 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"