summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 2b2917e5d..4acc293e2 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -1344,7 +1344,7 @@ int hb_srt_add( const hb_job_t * job,
return retval;
}
-char * hb_strdup_printf( char * fmt, ... )
+char * hb_strdup_printf( const char * fmt, ... )
{
int len;
va_list ap;