[GRASS-SVN] r57848 - grass/trunk/lib/imagery

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 26 16:52:26 PDT 2013


Author: hamish
Date: 2013-09-26 16:52:26 -0700 (Thu, 26 Sep 2013)
New Revision: 57848

Modified:
   grass/trunk/lib/imagery/iscatt_core.c
Log:
fix syntax error

Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c	2013-09-26 20:46:04 UTC (rev 57847)
+++ grass/trunk/lib/imagery/iscatt_core.c	2013-09-26 23:52:26 UTC (rev 57848)
@@ -577,9 +577,8 @@
 			(b_2_row[i_rows_pix] -
 			 b_2_range.min) * b_1_range_size;
 		    if (array_idx < 0 || array_idx >= max_arr_idx) {
-			G_warning
-                _("Data inconsistent. "
-                  "Value computed for scatter plot is out of initialized range.");
+			G_warning(_("Data inconsistent. "
+				  "Value computed for scatter plot is out of initialized range."));
 			continue;
 		    }
             /* pixels meets condtion defined in scatter plot ->



More information about the grass-commit mailing list