Revision: 54606
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54606&view=rev
Author:   carlmoore
Date:     2013-03-11 19:33:34 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
remove a redundant 'return'

Modified Paths:
--------------
    brlcad/trunk/src/util/bwdiff.c

Modified: brlcad/trunk/src/util/bwdiff.c
===================================================================
--- brlcad/trunk/src/util/bwdiff.c      2013-03-11 18:57:16 UTC (rev 54605)
+++ brlcad/trunk/src/util/bwdiff.c      2013-03-11 19:33:34 UTC (rev 54606)
@@ -62,7 +62,6 @@
        *fp = fopen("/dev/null", "r");
     else if ((*fp = fopen(name, "r")) == NULL)
        bu_exit(2, "bwdiff: Can't open \"%s\"\n", name);
-    return;
 }
 
 

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to