Skip to content
Snippets Groups Projects
Commit 28896085 authored by Jose Fonseca's avatar Jose Fonseca Committed by Carl Worth
Browse files

mesa/main: Make get_hash.c values constant.


Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
Reviewed-by: default avatarIan Romanick <ian.d.romanick@intel.com>
Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 53468dee)
parent 45bf29b5
No related branches found
No related tags found
Loading
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment