Revision: 55567
          http://sourceforge.net/p/brlcad/code/55567
Author:   indianlarry
Date:     2013-05-24 12:00:35 +0000 (Fri, 24 May 2013)
Log Message:
-----------
Space was accidently added to constant chat "," -> ", ". Looks to have been 
added by ws space scripts. Need to check and possible fix script.

Modified Paths:
--------------
    brlcad/trunk/src/fb/fbcolor.c

Modified: brlcad/trunk/src/fb/fbcolor.c
===================================================================
--- brlcad/trunk/src/fb/fbcolor.c       2013-05-24 01:52:00 UTC (rev 55566)
+++ brlcad/trunk/src/fb/fbcolor.c       2013-05-24 12:00:35 UTC (rev 55567)
@@ -35,7 +35,7 @@
 #include "fb.h"
 #include "libtermio.h"
 
-#define COMMA ', '
+#define COMMA ','
 
 
 int curchan = 0;       /* 0=r, 1=g, 2=b */

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to