[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23165] trunk/blender/source/blender/ makesdna/DNA_space_types.h: Compile fix: silencing warning due to /*.../ * in a header

Joshua Leung aligorith at gmail.com
Sun Sep 13 04:14:46 CEST 2009


Revision: 23165
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23165
Author:   aligorith
Date:     2009-09-13 04:14:41 +0200 (Sun, 13 Sep 2009)

Log Message:
-----------
Compile fix: silencing warning due to /*.../* in a header

(It's strange seeing/making commits in trunk again after ignoring it as 'inferior' stuff for over a year now XD) 

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_space_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_space_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_space_types.h	2009-09-13 01:16:40 UTC (rev 23164)
+++ trunk/blender/source/blender/makesdna/DNA_space_types.h	2009-09-13 02:14:41 UTC (rev 23165)
@@ -165,7 +165,7 @@
 	int	active_file;
 	int selstate;
 
-	/* short 
+	/* short */
 	/* XXX --- still unused -- */
 	short f_fp; /* show font preview */
 	short menu; /* currently selected option in pupmenu */





More information about the Bf-blender-cvs mailing list