Fix typo
[mesa.git] / src / mesa / swrast / s_texture.h
index 9a64928b5d4751c4fa29a120f1057ee3bed505a8..821e8199d5b97ca3052bce6be363d8733b4dc645 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: s_texture.h,v 1.4 2001/01/05 21:28:31 brianp Exp $ */
+/* $Id: s_texture.h,v 1.5 2001/02/20 16:42:26 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  *
- * Copyright (C) 1999-2000  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -43,7 +43,7 @@ extern void
 _swrast_texture_fragments( GLcontext *ctx, GLuint texSet, GLuint n,
                            const GLfloat s[], const GLfloat t[],
                            const GLfloat r[], GLfloat lambda[],
-                           GLchan primary_rgba[][4], GLchan rgba[][4] );
+                           CONST GLchan primary_rgba[][4], GLchan rgba[][4] );
 
 
 #endif