summaryrefslogtreecommitdiffstats
path: root/src/d3denum.cpp
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-19 16:49:58 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-19 16:49:58 +0100
commitb327f33bb53fc2229b523ec4c74c8f40347ba0b3 (patch)
tree517b9c49bf85bf12b14ba37e1e338d946bdea094 /src/d3denum.cpp
parent70e0a814580e1792b88a3dc7dff9633c5fe89a4b (diff)
downloadcolobot-b327f33bb53fc2229b523ec4c74c8f40347ba0b3.tar.gz
colobot-b327f33bb53fc2229b523ec4c74c8f40347ba0b3.tar.bz2
colobot-b327f33bb53fc2229b523ec4c74c8f40347ba0b3.zip
Comment fix.
Diffstat (limited to 'src/d3denum.cpp')
-rw-r--r--src/d3denum.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d3denum.cpp b/src/d3denum.cpp
index c5ccab8..3125e8a 100644
--- a/src/d3denum.cpp
+++ b/src/d3denum.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: D3DEnum.cpp
//
// Desc: Functions to enumerate DDraw/D3D drivers, devices, and modes.