forked from tTh/FloatImg
mmmmm, non usable code commited ?
This commit is contained in:
parent
e96c940baa
commit
24a8ff2dd7
|
@ -172,7 +172,7 @@ if (foo) {
|
||||||
return -3;
|
return -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flag & 0x01) {
|
if (flags & 0x01) {
|
||||||
/* XXX copy all the pixels's datas */
|
/* XXX copy all the pixels's datas */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
3
lib/t.c
3
lib/t.c
|
@ -110,6 +110,7 @@ while ((opt = getopt(argc, argv, "gn:v")) != -1) {
|
||||||
if (verbosity) fimg_print_version(0);
|
if (verbosity) fimg_print_version(0);
|
||||||
|
|
||||||
foo = essai_contraste("src.fimg");
|
foo = essai_contraste("src.fimg");
|
||||||
fprintf(stderr, "retour essai contraste -> %d\n",
|
fprintf(stderr, "retour essai contraste -> %d\n", foo);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue