Mercurial > mplayer.hg
changeset 625:2f321fe55bdb
#if 0 'd main()
author | laaz |
---|---|
date | Tue, 24 Apr 2001 21:52:10 +0000 |
parents | 44b764d348a0 |
children | 550ea1eba1a1 |
files | subreader.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/subreader.c Tue Apr 24 21:39:18 2001 +0000 +++ b/subreader.c Tue Apr 24 21:52:10 2001 +0000 @@ -300,6 +300,7 @@ return NULL; } +#if 0 int main(int argc, char **argv) { // for testing int i,j; @@ -334,3 +335,4 @@ printf ("Read %i subtitles, %i errors.\n", sub_num, sub_errs); return 0; } +#endif \ No newline at end of file