diff liba52.c @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents 85ab7655ad4d
children
line wrap: on
line diff
--- a/liba52.c	Thu Oct 02 15:51:44 2008 +0000
+++ b/liba52.c	Thu Oct 02 15:52:04 2008 +0000
@@ -29,7 +29,7 @@
 
 #ifdef CONFIG_LIBA52BIN
 #include <dlfcn.h>
-static const char* liba52name = "liba52.so.0";
+static const char* const liba52name = "liba52.so.0";
 #endif
 
 /**