summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-06 21:22:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-06 21:22:16 +0000
commiteba4ff6e0a101a86fc9634b33ce63c02fda896d6 (patch)
tree07901a1db483155c76d0f330fa7a471708e17315 /src/mesa/main/fbobject.c
parentd869a43554be8791072f7e7070041ee3b2323815 (diff)
minor formatting fix
Diffstat (limited to 'src/mesa/main/fbobject.c')
-rw-r--r--src/mesa/main/fbobject.c3
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;
}