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:
authorCampbell Barton <ideasman42@gmail.com>2020-04-20 05:08:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-20 05:15:49 +0300
commit2a96e8be39876dc42201dd640bbf57c8396bd542 (patch)
tree9cf15bacb15084b6cfbf24337d812773a7ee2efa /intern/dualcon/dualcon.h
parent9d3b1d361d970a471436858f5d5a8e722b100dd9 (diff)
Cleanup: redundant parenthesis, NULL checks
Diffstat (limited to 'intern/dualcon/dualcon.h')
-rw-r--r--intern/dualcon/dualcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/dualcon/dualcon.h b/intern/dualcon/dualcon.h
index e9bff72a1ce..60cec101545 100644
--- a/intern/dualcon/dualcon.h
+++ b/intern/dualcon/dualcon.h
@@ -29,7 +29,7 @@ typedef float (*DualConCo)[3];
typedef unsigned int (*DualConTri)[3];
-typedef unsigned int(*DualConLoop);
+typedef unsigned int *DualConLoop;
typedef struct DualConInput {
DualConLoop mloop;