Module: Mesa
Branch: master
Commit: c3ad95ed40fca72dbc6c157de2948cb6d074aaac
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3ad95ed40fca72dbc6c157de2948cb6d074aaac

Author: Brian Paul <[email protected]>
Date:   Wed Aug 24 07:55:04 2011 -0600

x11: add missing comma to fix compilation

---

 src/mesa/drivers/x11/xm_dd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/x11/xm_dd.c b/src/mesa/drivers/x11/xm_dd.c
index 3a5d0ae..81d000b 100644
--- a/src/mesa/drivers/x11/xm_dd.c
+++ b/src/mesa/drivers/x11/xm_dd.c
@@ -588,7 +588,7 @@ xmesa_DrawPixels_5R6G5B( struct gl_context *ctx,
                         "glDrawPixels(invalid PBO access)");
             return;
          }
-         buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0
+         buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
                                                      unpack->BufferObj->Size,
                                                      GL_MAP_READ_BIT,
                                                      unpack->BufferObj);

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to