This commit is contained in:
phyto 2021-05-05 19:29:15 +02:00
parent f6b4a960b2
commit 447d4dab7d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/* /*
* halfsizing an fimg picture.
*/ */
#include <stdio.h> #include <stdio.h>
@ -41,7 +42,7 @@ if (foo) {
return -1; return -1;
} }
return -1; return 0;
} }
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */