diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-12-30 23:00:16 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-01-04 20:01:21 +0000 |
commit | 5fe1136361ac4e9d63632f270a04ad11574ae5d8 (patch) | |
tree | ed4507015f476ebb20d67478b4563dbffbdff4bc /helpers | |
parent | b516c3e0f6770d8acb6b4dff18b39e19cb4e4731 (diff) |
gltrace: Remove spurious semin-colon.
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/glsize.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/glsize.hpp b/helpers/glsize.hpp index 9d7efbec..dbac9772 100644 --- a/helpers/glsize.hpp +++ b/helpers/glsize.hpp @@ -496,7 +496,7 @@ _glDrawElementsBaseVertex_count(GLsizei count, GLenum type, const GLvoid *indice #define _glDrawRangeElementsBaseVertex_count(start, end, count, type, indices, basevertex) _glDrawElementsBaseVertex_count(count, type, indices, basevertex) -#define _glDrawElements_count(count, type, indices) _glDrawElementsBaseVertex_count(count, type, indices, 0); +#define _glDrawElements_count(count, type, indices) _glDrawElementsBaseVertex_count(count, type, indices, 0) #define _glDrawRangeElements_count(start, end, count, type, indices) _glDrawElements_count(count, type, indices) #define _glDrawRangeElementsEXT_count _glDrawRangeElements_count |