Index: trunk/psLib/src/types/psTree.c
===================================================================
--- trunk/psLib/src/types/psTree.c	(revision 18334)
+++ trunk/psLib/src/types/psTree.c	(revision 18335)
@@ -466,5 +466,5 @@
                                      const psVector *coords, // Coordinates of interest
                                      double bestDistance // Distance (radius-squared) to best point
-    );
+    )
 {
 #if 1 // Might be in a tight loop
Index: trunk/psLib/src/types/psTree.h
===================================================================
--- trunk/psLib/src/types/psTree.h	(revision 18334)
+++ trunk/psLib/src/types/psTree.h	(revision 18335)
@@ -91,5 +91,5 @@
 /// Return the index of the nearest neighbour to given coordinates, but within some radius
 long psTreeNearestWithin(const psTree *tree,  ///< Tree
-                         const psVector *coords ///< Coordinates of interest
+                         const psVector *coords, ///< Coordinates of interest
                          double radius  ///< Radius of interest
                          );
