Evas GL: Fix typo in an extension's name

This could potentially break applications relying on this
typo to check for the extension. The chances are very slim.
This commit is contained in:
Jean-Philippe Andre 2014-10-24 19:52:21 +09:00
parent 0961dd92d9
commit 3fe232cd95
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ _EVASGL_EXT_BEGIN(read_format_bgra_DESKTOP) // Desktop differs
_EVASGL_EXT_DRVNAME(GL_EXT_read_format_bgra)
_EVASGL_EXT_END()
_EVASGL_EXT_BEGIN(texture_filter_anisotrophic)
_EVASGL_EXT_BEGIN(texture_filter_anisotropic)
_EVASGL_EXT_DRVNAME(GL_EXT_texture_filter_anisotropic)
_EVASGL_EXT_END()