main: Correct _mesa_error with no format in bufferobj.c.
authorLaura Ekstrand <laura@jlekstrand.net>
Tue, 17 Mar 2015 20:27:31 +0000 (13:27 -0700)
committerLaura Ekstrand <laura@jlekstrand.net>
Tue, 17 Mar 2015 20:30:54 +0000 (13:30 -0700)
commit827da841a1b3dbd4252c39be99965710c5085f5a
treea37dbcd402c49e1baa728cfce5c04b06e0d0d15d
parent579297c8bdffd92f47a8cc02100b9535822d2ae7
main: Correct _mesa_error with no format in bufferobj.c.

This fixes Bug 89616, a build failure due to line 1639 of bufferobj.c:
_mesa_error(ctx, GL_INVALID_OPERATION, func);

Trivial.
src/mesa/main/bufferobj.c