tracking a bug...

This commit is contained in:
tonton Th
2020-02-17 07:40:06 +01:00
parent d0b7ddfd91
commit b1ae9f31ed
4 changed files with 12 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ switch (action) {
case OP_MAXI:
foo = fimg_minimum(A, B, D); break;
default:
fprintf(stderr, "fscking action #%d\n", action);
foo = -99; break;
}