Revision: 65410
          http://sourceforge.net/p/brlcad/code/65410
Author:   carlmoore
Date:     2015-06-19 17:06:32 +0000 (Fri, 19 Jun 2015)
Log Message:
-----------
relocate a line to get better physical resemblance to pixscale.c

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

Modified: brlcad/trunk/src/util/bwscale.c
===================================================================
--- brlcad/trunk/src/util/bwscale.c     2015-06-19 15:52:40 UTC (rev 65409)
+++ brlcad/trunk/src/util/bwscale.c     2015-06-19 17:06:32 UTC (rev 65410)
@@ -54,6 +54,7 @@
 ssize_t bufy;                          /* y coordinate in buffer */
 FILE *buffp;
 static char *file_name;
+static char hyphen[] = "hyphen";
 
 int rflag = 0;
 int inx = 512;
@@ -66,7 +67,6 @@
 Usage: bwscale [-r] [-s squareinsize] [-w inwidth] [-n inheight]\n\
        [-S squareoutsize] [-W outwidth] [-N outheight] [in.bw] > out.bw\n";
 
-static char hyphen[] = "hyphen";
 
 static int
 get_args(int argc, char **argv)

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to