summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-14 17:53:54 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-14 17:53:54 (GMT)
commit80f761359e090ef3128fedc1ef6727102dcda806 (patch)
tree43a420ab2868c860a2b49ff7e51388e3cb7649bb
parent92189500ce1b8481e12c7815dd9ee24970689180 (diff)
downloadmxe-80f761359e090ef3128fedc1ef6727102dcda806.zip
mxe-80f761359e090ef3128fedc1ef6727102dcda806.tar.gz
mxe-80f761359e090ef3128fedc1ef6727102dcda806.tar.bz2
improved coding style
-rw-r--r--src/qt-test.cpp2
-rw-r--r--src/qt-test.ui2
-rw-r--r--src/sdl-test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/qt-test.cpp b/src/qt-test.cpp
index 9d5a39f..93dae04 100644
--- a/src/qt-test.cpp
+++ b/src/qt-test.cpp
@@ -1,4 +1,4 @@
-/* This file is part of mingw-cross-env. */
+/* This file is part of mingw-cross-env. */
/* See doc/index.html for further information. */
#include <QtGui/QApplication>
diff --git a/src/qt-test.ui b/src/qt-test.ui
index 51fafbc..b185db9 100644
--- a/src/qt-test.ui
+++ b/src/qt-test.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- This file is part of mingw-cross-env. -->
+<!-- This file is part of mingw-cross-env. -->
<!-- See doc/index.html for further information. -->
<ui version="4.0">
diff --git a/src/sdl-test.c b/src/sdl-test.c
index fc83c57..89a3ea0 100644
--- a/src/sdl-test.c
+++ b/src/sdl-test.c
@@ -1,4 +1,4 @@
-/* This file is part of mingw-cross-env. */
+/* This file is part of mingw-cross-env. */
/* See doc/index.html for further information. */
#include <SDL.h>