Revision: 53705
http://brlcad.svn.sourceforge.net/brlcad/?rev=53705&view=rev
Author: starseeker
Date: 2012-11-15 16:11:14 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
Missing semicolon
Modified Paths:
--------------
brlcad/trunk/src/libbn/ulp.c
Modified: brlcad/trunk/src/libbn/ulp.c
===================================================================
--- brlcad/trunk/src/libbn/ulp.c 2012-11-15 16:07:47 UTC (rev 53704)
+++ brlcad/trunk/src/libbn/ulp.c 2012-11-15 16:11:14 UTC (rev 53705)
@@ -103,7 +103,7 @@
#if defined(DBL_MAX)
return DBL_MAX;
#elif defined(INFINITY)
- static const double val = INFINITY
+ static const double val = INFINITY;
long long next = *(long long*)&val - 1;
return *(double *)&next;
#else
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits