don't know how to make the upscaler

This commit is contained in:
2019-08-12 01:53:17 +02:00
parent 5d91e0b73b
commit 411aad94d7
5 changed files with 36 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
/* --------------------------------------------------------------------- */
int main(int argc, char *argv[])
{
int foo;
// int foo;
if (3 != argc) {
fimg_print_version(1);
@@ -15,6 +15,8 @@ if (3 != argc) {
exit(1);
}
fprintf(stderr, "ah ah ah, no working code here !\n");
return 0;
}
/* --------------------------------------------------------------------- */