mesa: fix typo from adding glGetObjectLabelEXT

Fixes: 	675bcbb7a1 ("mesa: add EXT_debug_label support")

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19607>
This commit is contained in:
Timothy Arceri 2022-11-09 09:56:14 +11:00 committed by Marge Bot
parent 069bdef621
commit e295ee778b

View file

@ -2145,7 +2145,7 @@ functions = [
"GetnUniformuiv",
"GetnUniformuivARB",
"GetObjectLabel",
"GetObjectLabelEXT"
"GetObjectLabelEXT",
"GetObjectParameterfvARB",
"GetObjectParameterivARB",
"GetObjectPtrLabel",