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>2012-05-25 13:51:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-25 13:51:53 +0400
commit57c292daf0429624e289eba0c1d082d96747c9b8 (patch)
tree934ea9557e684bff356e61c2b080d5bc8c4dd40a /source/blender/editors/util/editmode_undo.c
parentc4bbc5abfcb543563872e42a8352917682787b14 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/util/editmode_undo.c')
-rw-r--r--source/blender/editors/util/editmode_undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/editmode_undo.c b/source/blender/editors/util/editmode_undo.c
index 9aaccb57fe2..18610d57bbd 100644
--- a/source/blender/editors/util/editmode_undo.c
+++ b/source/blender/editors/util/editmode_undo.c
@@ -129,7 +129,7 @@ void undo_editmode_push(bContext *C, const char *name,
/* at first here was code to prevent an "original" key to be inserted twice
* this was giving conflicts for example when mesh changed due to keys or apply */
- /* remove all undos after (also when curundo==NULL) */
+ /* remove all undos after (also when curundo == NULL) */
while (undobase.last != curundo) {
uel = undobase.last;
uel->freedata(uel->undodata);