changeset 29449:290afe64ba96

fmt_table should be const as well.
author reimar
date Tue, 11 Aug 2009 18:15:21 +0000
parents 80c6dd85f7f8
children 85bea9f80e86
files codec-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Tue Aug 11 18:07:43 2009 +0000
+++ b/codec-cfg.c	Tue Aug 11 18:15:21 2009 +0000
@@ -138,7 +138,7 @@
 	return 1;
 }
 
-        static struct {
+        static const struct {
 	        const char *name;
 	        const unsigned int num;
 	} fmt_table[] = {