Mercurial > mplayer.hg
diff subreader.c @ 625:2f321fe55bdb
#if 0 'd main()
| author | laaz |
|---|---|
| date | Tue, 24 Apr 2001 21:52:10 +0000 |
| parents | 44b764d348a0 |
| children | 9088ebc5b5b5 |
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
