From 8379662fd602307eac975268bcee152aa738db80 Mon Sep 17 00:00:00 2001 From: mtarini Date: Wed, 20 Jun 2007 10:28:04 +0000 Subject: [PATCH] "newline at end of file" and "endif" warnings fixed --- wrap/io_trimesh/io_material.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/io_material.h b/wrap/io_trimesh/io_material.h index db45144c..5c3b15ab 100644 --- a/wrap/io_trimesh/io_material.h +++ b/wrap/io_trimesh/io_material.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ + Revision 1.3 2006/11/09 07:51:44 cignoni + bug due to wrong access to eventually unexistent FaceColor + Revision 1.2 2006/10/09 19:58:08 cignoni Added casts to remove warnings @@ -138,4 +141,4 @@ namespace io { } } } -#endif __VCGLIB_MATERIAL \ No newline at end of file +#endif //__VCGLIB_MATERIAL