X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fget_hash_generator.py;h=b200d1973411c56cd7572b77674f3175ba23357e;hb=c7def2257aae3b73ba37609dfbc0a0f35fa99c81;hp=96bc4958797e2e886f7b4d819f7cbf494472edd5;hpb=815ca0bf38de89cff533a413066a7e23a0aa5fb0;p=mesa.git diff --git a/src/mesa/main/get_hash_generator.py b/src/mesa/main/get_hash_generator.py index 96bc4958797..b200d197341 100644 --- a/src/mesa/main/get_hash_generator.py +++ b/src/mesa/main/get_hash_generator.py @@ -52,7 +52,7 @@ def print_header(): (prime_factor, prime_step) def print_params(params): - print "static struct value_desc values[] = {" + print "static const struct value_desc values[] = {" for p in params: print " { %s, %s }," % (p[0], p[1])