Module: Mesa Branch: master Commit: a57d7edf069d1d161a45825021a7cf4d825fb88f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a57d7edf069d1d161a45825021a7cf4d825fb88f
Author: Alan Hourihane <[email protected]> Date: Thu Mar 19 15:39:01 2009 +0000 egl: fix comment --- src/egl/drivers/glx/egl_glx.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/egl/drivers/glx/egl_glx.c b/src/egl/drivers/glx/egl_glx.c index e2b3b4f..155caa4 100644 --- a/src/egl/drivers/glx/egl_glx.c +++ b/src/egl/drivers/glx/egl_glx.c @@ -798,9 +798,9 @@ static _EGLProc GLX_eglGetProcAddress(const char *procname) { /* This is a bit of a hack to get at the gallium/Mesa state tracker - * * function st_get_proc_address(). This will probably change at - * * some point. - * */ + * function st_get_proc_address(). This will probably change at + * some point. + */ _EGLProc (*get_proc_addr)(const char *procname); get_proc_addr = dlsym(NULL, "st_get_proc_address"); if (get_proc_addr) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
