summaryrefslogtreecommitdiffstats
path: root/subreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.c')
-rw-r--r--subreader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/subreader.c b/subreader.c
index 5c8f67bc48..1114f583c0 100644
--- a/subreader.c
+++ b/subreader.c
@@ -300,6 +300,7 @@ char * sub_filename( char * fname )
return NULL;
}
+#if 0
int main(int argc, char **argv) { // for testing
int i,j;
@@ -334,3 +335,4 @@ int main(int argc, char **argv) { // for testing
printf ("Read %i subtitles, %i errors.\n", sub_num, sub_errs);
return 0;
}
+#endif \ No newline at end of file