changeset 18033:3aff7d2edf43

1000l: absolutely huge missing const
author rfelker
date Mon, 03 Apr 2006 06:44:54 +0000
parents de6740c3ab2a
children 1dcf0ea2f7ba
files codec-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Mon Apr 03 06:38:55 2006 +0000
+++ b/codec-cfg.c	Mon Apr 03 06:44:54 2006 +0000
@@ -1029,7 +1029,7 @@
 		printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]);
 		
 		for (i=0; i<2; i++) {
-		  	printf("codecs_t %s[] = {\n", nm[i]);
+		  	printf("const codecs_t %s[] = {\n", nm[i]);
 			for (j = 0; j < nr[i]; j++) {
 			  	printf("{");