Revision: 40885
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40885&view=rev
Author:   davidloman
Date:     2010-09-29 22:54:42 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Ah ha!  Got the bugger.  Mistyped the #define at the begining of the header.

Modified Paths:
--------------
    rt^3/trunk/include/GeometryChunkMsg.h

Modified: rt^3/trunk/include/GeometryChunkMsg.h
===================================================================
--- rt^3/trunk/include/GeometryChunkMsg.h       2010-09-29 21:22:01 UTC (rev 
40884)
+++ rt^3/trunk/include/GeometryChunkMsg.h       2010-09-29 22:54:42 UTC (rev 
40885)
@@ -24,7 +24,7 @@
  */
 
 #ifndef __GEOMETRYCHUNKMSG_H__
-#define __GEOMETRYCHUCKMSG_H__
+#define __GEOMETRYCHUNKMSG_H__
 
 #include "GenericMultiByteMsg.h"
 
@@ -46,7 +46,7 @@
 
 };
 
-#endif
+#endif /* __GEOMETRYCHUNKMSG_H__ */
 
 // Local Variables: ***
 // mode: C++ ***


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to