Selaa lähdekoodia

cambios menores

David 11 vuotta sitten
vanhempi
commit
b6da7c370c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      filtros/diff_c.c

+ 2 - 2
filtros/diff_c.c

@@ -18,8 +18,8 @@ void diff_c (
 	unsigned char (*src_2_matrix)[src_2_row_size] = (unsigned char (*)[src_2_row_size]) src_2;
 	unsigned char (*dst_matrix)[dst_row_size] = (unsigned char (*)[dst_row_size]) dst;
 
-	int i,j,val;
-	printf("%d %d \n", n,m);
+	int i,j;
+	short val;
 
 	for(i=0;i<n;i++){
 		for(j=0;j<m*4;j+=4){