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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c
index 08dc49d548..bf506f430b 100644
--- a/libvo/vo_md5sum.c
+++ b/libvo/vo_md5sum.c
@@ -108,8 +108,8 @@ static void md5sum_write_error(void) {
static int preinit(const char *arg)
{
const opt_t subopts[] = {
- {"outfile", OPT_ARG_MSTRZ, &md5sum_outfile, NULL, 0},
- {NULL, 0, NULL, NULL, 0}
+ {"outfile", OPT_ARG_MSTRZ, &md5sum_outfile, NULL},
+ {NULL, 0, NULL, NULL}
};
mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name,