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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-08-18 16:21:53 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-08-18 16:21:53 +0300
commit7b4ba65a87a342ec0fba12a410950635c575d60f (patch)
tree394fb542223ead8aade3cf1547d6e22a7eb0f000 /source/blender/makesrna/intern/rna_wm.c
parentb4d36c77da7e0e545b61d96d49b8122b2f00003a (diff)
Cleanup for previous commit (nasty IDE replacing tads with spaces, tsst)
Sorry for the noise :|
Diffstat (limited to 'source/blender/makesrna/intern/rna_wm.c')
-rw-r--r--source/blender/makesrna/intern/rna_wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c
index 1f991b2d11d..6902c379b59 100644
--- a/source/blender/makesrna/intern/rna_wm.c
+++ b/source/blender/makesrna/intern/rna_wm.c
@@ -382,7 +382,7 @@ EnumPropertyItem rna_enum_event_type_items[] = {
{NDOF_BUTTON_B, "NDOF_BUTTON_B", 0, "NDOF Button B", "NdofBB"},
{NDOF_BUTTON_C, "NDOF_BUTTON_C", 0, "NDOF Button C", "NdofBC"},
#endif /* WITH_INPUT_NDOF */
- {0, NULL, 0, NULL, NULL}
+ {0, NULL, 0, NULL, NULL}
};
EnumPropertyItem rna_enum_event_value_items[] = {