diff options
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 6f5013df358..7746289621b 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -129,7 +129,7 @@ _mesa_realloc_instructions(struct prog_instruction *oldInst, GLuint numOldInst, GLuint numNewInst); extern struct prog_instruction * -_mesa_copy_instructions(struct prog_instruction *dest, +_mesa_copy_instructions (struct prog_instruction *dest, const struct prog_instruction *src, GLuint n); /** |