summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2009-08-31 17:33:10 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-08-31 17:33:55 (GMT)
commit20cc50a21eb5841b3a3e8546877e805f5a4df528 (patch)
tree73fce858d7fb9fefb55eaa8637ef1441026c02be
parent7c06af4528d7aa7186b12546c261d5d2a0a3641d (diff)
downloadQt-20cc50a21eb5841b3a3e8546877e805f5a4df528.zip
Qt-20cc50a21eb5841b3a3e8546877e805f5a4df528.tar.gz
Qt-20cc50a21eb5841b3a3e8546877e805f5a4df528.tar.bz2
Fix #error line not to have a ' as it's not correct
Merge-request: 753 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
-rw-r--r--src/3rdparty/webkit/WebCore/DerivedSources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/DerivedSources.cpp b/src/3rdparty/webkit/WebCore/DerivedSources.cpp
index f698913..aaf8983 100644
--- a/src/3rdparty/webkit/WebCore/DerivedSources.cpp
+++ b/src/3rdparty/webkit/WebCore/DerivedSources.cpp
@@ -334,5 +334,5 @@
// want StaticConstructors.h to "pollute" all the source files we #include here
// accidentally, so we'll throw an error whenever any file includes it.
#ifdef StaticConstructors_h
-#error Don't include any file in DerivedSources.cpp that includes StaticConstructors.h
+#error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
#endif