mmmmm, non usable code commited ?

This commit is contained in:
tonton Th 2019-11-12 14:10:45 +01:00
parent e96c940baa
commit 24a8ff2dd7
2 changed files with 3 additions and 2 deletions

View File

@ -172,7 +172,7 @@ if (foo) {
return -3;
}
if (flag & 0x01) {
if (flags & 0x01) {
/* XXX copy all the pixels's datas */
}

View File

@ -110,6 +110,7 @@ while ((opt = getopt(argc, argv, "gn:v")) != -1) {
if (verbosity) fimg_print_version(0);
foo = essai_contraste("src.fimg");
fprintf(stderr, "retour essai contraste -> %d\n",
fprintf(stderr, "retour essai contraste -> %d\n", foo);
return 0;
}