diff options
Diffstat (limited to 'libvo/vo_md5sum.c')
-rw-r--r-- | libvo/vo_md5sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c index be325f133a..c0996354e5 100644 --- a/libvo/vo_md5sum.c +++ b/libvo/vo_md5sum.c @@ -107,7 +107,7 @@ static void md5sum_write_error(void) { static int preinit(const char *arg) { - opt_t subopts[] = { + const opt_t subopts[] = { {"outfile", OPT_ARG_MSTRZ, &md5sum_outfile, NULL, 0}, {NULL, 0, NULL, NULL, 0} }; |