diff options
author | Brian Paul <[email protected]> | 2015-10-13 09:34:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-10-14 12:47:15 -0600 |
commit | 9d4ce8073611355d94ec675500a9bc209790e86a (patch) | |
tree | 9c811db510f67183a33fd9cd2c6a6455aca628be /src/mesa/main/texobj.c | |
parent | 77eef8137056314c4d458f215a899e3eec42e910 (diff) |
mesa: minor indentation fix in _mesa_BindTextureUnit()
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r-- | src/mesa/main/texobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 31829202944..547055ecf39 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -1786,7 +1786,7 @@ _mesa_BindTextureUnit(GLuint unit, GLuint texture) /* Error checking */ if (!texObj) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glBindTextureUnit(non-gen name)"); + "glBindTextureUnit(non-gen name)"); return; } if (texObj->Target == 0) { |