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>2019-12-10 03:06:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-10 03:06:38 +0300
commit00e9241d49d122052038295db9005542d25e4454 (patch)
treeadd386511228648b8fb308363a62c60d3229ff6f /source/blender/editors/physics
parentcc70f7d048be1970b80e9493b269b331e8adee54 (diff)
Cleanup: header guards
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/particle_edit_utildefines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/physics/particle_edit_utildefines.h b/source/blender/editors/physics/particle_edit_utildefines.h
index da27420505f..dc858687341 100644
--- a/source/blender/editors/physics/particle_edit_utildefines.h
+++ b/source/blender/editors/physics/particle_edit_utildefines.h
@@ -21,8 +21,8 @@
* \ingroup edphys
*/
-#ifndef __PARTICLE_EDIT_UTILDEFNIES_H__
-#define __PARTICLE_EDIT_UTILDEFNIES_H__
+#ifndef __PARTICLE_EDIT_UTILDEFINES_H__
+#define __PARTICLE_EDIT_UTILDEFINES_H__
#define KEY_K \
PTCacheEditKey *key; \
@@ -59,4 +59,4 @@
#define KEY_WCO ((key->flag & PEK_USE_WCO) ? key->world_co : key->co)
-#endif /* __PARTICLE_EDIT_UTILDEFNIES_H__ */
+#endif /* __PARTICLE_EDIT_UTILDEFINES_H__ */