From fe45343df98ecdc06039b68d5a249a41f9e9e11e Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 2 Feb 2007 15:29:48 -0700 Subject: s/slang_assembly_name_space/slang_name_space/ --- src/mesa/shader/slang/slang_codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/shader/slang/slang_codegen.c') diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 222bf113cc..d972118de6 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -1267,7 +1267,7 @@ _slang_first_function(struct slang_function_scope_ *scope, const char *name) slang_function * _slang_locate_function(const slang_function_scope * funcs, slang_atom a_name, const slang_operation * args, GLuint num_args, - const slang_assembly_name_space * space, + const slang_name_space * space, slang_atom_pool * atoms) { GLuint i; -- cgit v1.2.3