summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.h b/subreader.h
index 025cfa821c..aab057be31 100644
--- a/subreader.h
+++ b/subreader.h
@@ -67,7 +67,7 @@ extern int fribidi_flip_commas;
#endif
sub_data* sub_read_file (char *filename, float pts);
-subtitle* subcp_recode1 (subtitle *sub);
+subtitle* subcp_recode (subtitle *sub);
// enca_fd is the file enca uses to determine the codepage.
// setting to NULL disables enca.
struct stream_st;