summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-20 18:43:01 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-20 18:43:01 +0100
commitfd8517c1b3bbeb0022cac7a2d4b5a75fbba3d866 (patch)
tree75122e5b63c54e34ac1b1ffdcee55b92d13be40f
parent507108ae305aedbacba083b09a07996a4ce8abd4 (diff)
downloadcolobot-fd8517c1b3bbeb0022cac7a2d4b5a75fbba3d866.tar.gz
colobot-fd8517c1b3bbeb0022cac7a2d4b5a75fbba3d866.tar.bz2
colobot-fd8517c1b3bbeb0022cac7a2d4b5a75fbba3d866.zip
Comment fix.
-rw-r--r--src/d3dutil.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d3dutil.cpp b/src/d3dutil.cpp
index 619df6c..7c58d88 100644
--- a/src/d3dutil.cpp
+++ b/src/d3dutil.cpp
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.//-----------------------------------------------------------------------------
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+//-----------------------------------------------------------------------------
// File: D3DUtil.cpp
//
// Desc: Shortcut macros and functions for using DX objects