summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-20 18:40:18 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-20 18:40:18 +0100
commit32da2334764db6604087edafbc4086ed2d320efc (patch)
treec97778b534e944a37cb27e39d48170573259887e
parentcc70174fa28994ff09dd1195a1345b8126cdd531 (diff)
downloadcolobot-32da2334764db6604087edafbc4086ed2d320efc.tar.gz
colobot-32da2334764db6604087edafbc4086ed2d320efc.tar.bz2
colobot-32da2334764db6604087edafbc4086ed2d320efc.zip
Comment fix.
-rw-r--r--src/d3dres.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d3dres.h b/src/d3dres.h
index bf0709c..d3f8ba8 100644
--- a/src/d3dres.h
+++ b/src/d3dres.h
@@ -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: D3DRes.h
//
// Desc: Resource definitions required by the CD3DApplication class.