summaryrefslogtreecommitdiffstats
path: root/libhb/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/lang.h')
-rw-r--r--libhb/lang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/lang.h b/libhb/lang.h
index 7d794910c..a0db17162 100644
--- a/libhb/lang.h
+++ b/libhb/lang.h
@@ -30,7 +30,7 @@ const iso639_lang_t * lang_lookup( const char * str );
const int lang_lookup_index( const char * str );
/* return language for an index into the language table */
-iso639_lang_t * lang_for_index( int index );
+const iso639_lang_t * lang_for_index( int index );
/* find language associated with ISO-639-1 language code */
iso639_lang_t * lang_for_code( int code );