From dc866313affb0b4f2073f1234f69a4804f02c7a7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 13 Feb 2001 23:51:34 +0000 Subject: gl_error clean-ups --- src/mesa/main/matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/matrix.c') diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 241898c20a..1239f6e2e8 100644 --- a/src/mesa/main/matrix.c +++ b/src/mesa/main/matrix.c @@ -1,4 +1,4 @@ -/* $Id: matrix.c,v 1.31 2001/02/05 18:48:52 brianp Exp $ */ +/* $Id: matrix.c,v 1.32 2001/02/13 23:51:34 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -123,7 +123,7 @@ _mesa_Ortho( GLdouble left, GLdouble right, bottom == top || nearval == farval) { - gl_error( ctx, GL_INVALID_VALUE, "gl_Ortho" ); + gl_error( ctx, GL_INVALID_VALUE, "glOrtho" ); return; } -- cgit v1.2.3