Revision: 55564
          http://sourceforge.net/p/brlcad/code/55564
Author:   brlcad
Date:     2013-05-24 01:20:15 +0000 (Fri, 24 May 2013)
Log Message:
-----------
ws

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

Modified: brlcad/trunk/src/fb/bw-fb.c
===================================================================
--- brlcad/trunk/src/fb/bw-fb.c 2013-05-24 01:16:48 UTC (rev 55563)
+++ brlcad/trunk/src/fb/bw-fb.c 2013-05-24 01:20:15 UTC (rev 55564)
@@ -167,12 +167,12 @@
        ifname = bu_realpath(file_name, NULL);
        if ((infd = open(ifname, 0)) < 0) {
            fprintf(stderr,
-                         "bw-fb: cannot open \"%s (canonical %s)\" for 
reading\n",
-                         file_name,ifname);
-           bu_free(ifname,"ifname alloc from bu_realpath");
+                   "bw-fb: cannot open \"%s (canonical %s)\" for reading\n",
+                   file_name, ifname);
+           bu_free(ifname, "ifname alloc from bu_realpath");
            return 0;
        }
-       bu_free(ifname,"ifname alloc from bu_realpath");
+       bu_free(ifname, "ifname alloc from bu_realpath");
        fileinput++;
     }
 

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