Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-07-22 15:21:36 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-07-22 15:21:36 +0400
commit80c1bb4775d1ee00f63d568087505d6699a0d7b8 (patch)
tree7e1720d18039ded3629ddee56e6431c9393a49c1 /intern/ghost
parent9b515033071b40e982ef647ee225e8afc377e0c9 (diff)
Removed nested comment, which causes compiler errors.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerX11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
index 84e56799ee0..0bd90854a31 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
@@ -172,7 +172,7 @@ setCurrentDisplaySetting(
{
#ifdef WITH_X11_XF86VMODE
/* Mode switching code ported from Quake 2:
- * ftp:/* ftp.idsoftware.com/idstuff/source/q2source-3.21.zip */
+ * ftp: ftp.idsoftware.com/idstuff/source/q2source-3.21.zip
* See linux/gl_glx.c:GLimp_SetMode
*/
int majorVersion, minorVersion;