Selaa lähdekoodia

fix syntax error

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57848 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 vuotta sitten
vanhempi
commit
dd54a87b8b
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      lib/imagery/iscatt_core.c

+ 2 - 3
lib/imagery/iscatt_core.c

@@ -577,9 +577,8 @@ static inline int compute_scatts_from_chunk_row(struct Cell_head *region,
 			(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 ->