summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_md5sum.c')
-rw-r--r--libvo/vo_md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c
index 7c4d167f38..317f3384f0 100644
--- a/libvo/vo_md5sum.c
+++ b/libvo/vo_md5sum.c
@@ -85,7 +85,7 @@ int framenum = 0;
* \return nothing It does not return.
*/
-void md5sum_write_error(void) {
+static void md5sum_write_error(void) {
mp_msg(MSGT_VO, MSGL_ERR, MSGTR_ErrorWritingFile, info.short_name);
exit_player(MSGTR_Exit_error);
}