Revision: 42475
http://brlcad.svn.sourceforge.net/brlcad/?rev=42475&view=rev
Author: erikgreenwald
Date: 2011-01-20 01:45:04 +0000 (Thu, 20 Jan 2011)
Log Message:
-----------
fix some... "creative" punctuation
Modified Paths:
--------------
brlcad/trunk/src/libged/search.c
Modified: brlcad/trunk/src/libged/search.c
===================================================================
--- brlcad/trunk/src/libged/search.c 2011-01-20 01:40:58 UTC (rev 42474)
+++ brlcad/trunk/src/libged/search.c 2011-01-20 01:45:04 UTC (rev 42475)
@@ -1536,7 +1536,7 @@
OPTION tmp;
tmp.name = name;
- return ((OPTION *)bsearch(&tmp, options, sizeof(options)/sizeof(OPTION),
sizeof(OPTION), typecompare);)
+ return ((OPTION *)bsearch(&tmp, options, sizeof(options)/sizeof(OPTION),
sizeof(OPTION), typecompare));
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits