Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PopovEvgeniy committed Sep 22, 2019
1 parent d4273b3 commit 737058c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions magicswf.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ int main(int argc, char *argv[])
void show_intro()
{
putchar('\n');
puts("Magic swf");
puts("Version 1.4");
puts("Magic swf. Version 1.4.1");
puts("Simple tool for converting Adobe flash movie to self-played movie");
puts("This sofware made by Popov Evgeniy Alekseyevich,2011-2019 years");
puts("This software distributed under GNU GENERAL PUBLIC LICENSE");
Expand Down Expand Up @@ -222,7 +221,7 @@ void check_signature(FILE *input,FILE *output,const char *name)
}

}
rewind(input);

}

void write_service_information(FILE *output,const unsigned long int length)
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Simple tool for converting Adobe flash movie to self-played movie
This software made by Popov Evgeniy Alekseyevich

Version 1.4
Version 1.4.1

System requirement

Expand Down Expand Up @@ -49,4 +49,4 @@ Version history
0.9.9 - Small bug was fixed.
1.0 - 1.1 - Small changes.
1.1.1 - Source code was recompiled under Open Watcom.
1.2 - 1.4 - Small changes.
1.2 - 1.4.1 - Small changes.

0 comments on commit 737058c

Please sign in to comment.