Revision: 56616
          http://sourceforge.net/p/brlcad/code/56616
Author:   brlcad
Date:     2013-08-06 03:20:47 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
stray '}' in the patch...kesha

Modified Paths:
--------------
    brlcad/trunk/src/libbn/plot3.c

Modified: brlcad/trunk/src/libbn/plot3.c
===================================================================
--- brlcad/trunk/src/libbn/plot3.c      2013-08-06 03:19:41 UTC (rev 56615)
+++ brlcad/trunk/src/libbn/plot3.c      2013-08-06 03:20:47 UTC (rev 56616)
@@ -370,7 +370,7 @@
 void
 pl_3move(register FILE *plotfp, int x, int y, int z)
 {
-    pl_3(plotfp, x, y, z, 'M'); /* calling common function pl_3 */}
+    pl_3(plotfp, x, y, z, 'M'); /* calling common function pl_3 */
 }
 
 void

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to