diff options
Diffstat (limited to 'converter/other/fiasco/fiascotopnm.c')
-rw-r--r-- | converter/other/fiasco/fiascotopnm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converter/other/fiasco/fiascotopnm.c b/converter/other/fiasco/fiascotopnm.c index 340f9d4e..9e819b38 100644 --- a/converter/other/fiasco/fiascotopnm.c +++ b/converter/other/fiasco/fiascotopnm.c @@ -238,6 +238,8 @@ video_decoder(const char * const wfa_name, } while (panel); } + + int main(int argc, const char **argv) { @@ -262,3 +264,4 @@ main(int argc, const char **argv) { } + |