Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/clang_array_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/clang_array_check.py b/build_files/cmake/clang_array_check.py
index f55b0950383..de0b55c70e0 100644
--- a/build_files/cmake/clang_array_check.py
+++ b/build_files/cmake/clang_array_check.py
@@ -33,7 +33,7 @@ defs_precalc = {
"glColor3ubv": {0: 3},
"glColor4ubv": {0: 4},
- "glColor4usv": {0: 3},
+ "glColor3usv": {0: 3},
"glColor4usv": {0: 4},
"glColor3fv": {0: 3},