summaryrefslogtreecommitdiffstats
path: root/src/d3dutil.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-20 18:43:29 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-20 18:43:29 +0100
commita708159d0fc9af10e2e482739e9fa69580810f11 (patch)
tree2eeb8c51e6f32410704f4ba18a3fcc6c517f6d45 /src/d3dutil.h
parentfd8517c1b3bbeb0022cac7a2d4b5a75fbba3d866 (diff)
downloadcolobot-a708159d0fc9af10e2e482739e9fa69580810f11.tar.gz
colobot-a708159d0fc9af10e2e482739e9fa69580810f11.tar.bz2
colobot-a708159d0fc9af10e2e482739e9fa69580810f11.zip
Comment fix.
Diffstat (limited to 'src/d3dutil.h')
-rw-r--r--src/d3dutil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d3dutil.h b/src/d3dutil.h
index 6b8e01d..494722d 100644
--- a/src/d3dutil.h
+++ b/src/d3dutil.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: D3DUtil.h
//
// Desc: Helper functions and typing shortcuts for Direct3D programming.