diff options
author | Brian Paul <[email protected]> | 1999-09-17 01:00:38 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-09-17 01:00:38 +0000 |
commit | 67e9bd246b1a5a67eabe9992cd143b56473047e6 (patch) | |
tree | d947a4d0ca134591722323e862fb2bf8ea54df9a /src/glu/mesa/glu.c | |
parent | 6efd0fb9b513b61c4b3b59a8b210412be5c9dc31 (diff) |
fixed typo
Diffstat (limited to 'src/glu/mesa/glu.c')
-rw-r--r-- | src/glu/mesa/glu.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glu/mesa/glu.c b/src/glu/mesa/glu.c index dea618f5134..7d2f74cfb20 100644 --- a/src/glu/mesa/glu.c +++ b/src/glu/mesa/glu.c @@ -1,4 +1,4 @@ -/* $Id: glu.c,v 1.10 1999/09/17 00:06:14 brianp Exp $ */ +/* $Id: glu.c,v 1.11 1999/09/17 01:00:38 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -23,6 +23,9 @@ /* * $Log: glu.c,v $ + * Revision 1.11 1999/09/17 01:00:38 brianp + * fixed typo + * * Revision 1.10 1999/09/17 00:06:14 brianp * gluGetProcAddressEXT change for C++ / BeOS * @@ -370,7 +373,7 @@ const GLubyte* GLAPIENTRY gluGetString( GLenum name ) /* for BeOS R4.5 */ void GLAPIENTRY (*gluGetProcAddressEXT(const GLubyte *procName))(...) #else -void GLAPIENTRY (*gluGetProcAddressEXT(const GLubyte *procName))(...) +void GLAPIENTRY (*gluGetProcAddressEXT(const GLubyte *procName))() #endif { struct proc { |