diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-06 21:22:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-06 21:22:16 +0000 |
commit | eba4ff6e0a101a86fc9634b33ce63c02fda896d6 (patch) | |
tree | 07901a1db483155c76d0f330fa7a471708e17315 /src | |
parent | d869a43554be8791072f7e7070041ee3b2323815 (diff) |
minor formatting fix
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/fbobject.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index cbc3dccc6d..c170f917d9 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -827,8 +827,7 @@ _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer) FLUSH_VERTICES(ctx, _NEW_BUFFERS); if (target != GL_FRAMEBUFFER_EXT) { - _mesa_error(ctx, GL_INVALID_ENUM, - "glBindFramebufferEXT(target)"); + _mesa_error(ctx, GL_INVALID_ENUM, "glBindFramebufferEXT(target)"); return; } |