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:
authorKent Mein <mein@cs.umn.edu>2003-06-27 19:17:22 +0400
committerKent Mein <mein@cs.umn.edu>2003-06-27 19:17:22 +0400
commit6bbf245d1775ad091e1b424677383cc46e28a2c3 (patch)
treef2da705b5d8e1aa15b029574f9d7fca1a55bfcda /source/blender/src/editipo.c
parentff5e41cd3e204457cef239397ec362d34a35f9d6 (diff)
Deleted a ^S that was causing it to not compile on my linux box.
Kent
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index bc7f7e9029d..f8b34269eac 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -3926,7 +3926,7 @@ void common_insertkey()
remake_action_ipos(act);
}
- allqueue(REDRAWIPO, 0);
+ allqueue(REDRAWIPO, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWNLA, 0);