bla
This commit is contained in:
parent
f0a4338741
commit
393112fb9b
@ -172,6 +172,7 @@ switch (action) {
|
|||||||
|
|
||||||
case Fx_halfsz0:
|
case Fx_halfsz0:
|
||||||
fprintf(stderr, "halfsize was not implemented\n");
|
fprintf(stderr, "halfsize was not implemented\n");
|
||||||
|
fprintf(stderr, "see 'fimghalfsize.c'. \n");
|
||||||
return -3;
|
return -3;
|
||||||
|
|
||||||
case Fx_desat:
|
case Fx_desat:
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h> /* pour getopt */
|
#include <unistd.h> /* pour getopt */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
#include "../floatimg.h"
|
#include "../floatimg.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user