updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / lastwave / image_file.patch
blob8bc700cabd5177bdc4692ceaf8163e64efe8f51f
1 --- a/LastWave/package_image/src/image_file.c 2009-02-04 13:14:12.000000000 +0100
2 +++ b/LastWave/package_image/src/image_file.c 2010-02-16 02:09:54.241114799 +0100
3 @@ -197,7 +197,7 @@
4 for(i = 0; i < ncol*nrow; i++) {
5 #ifdef NUMDOUBLE
6 fscanf(stream,"%lf ",values+i);
7 -#elif
8 +#else
9 fscanf(stream,"%f ",values+i);
10 #endif