From 6bbf245d1775ad091e1b424677383cc46e28a2c3 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 27 Jun 2003 15:17:22 +0000 Subject: [PATCH] Deleted a ^S that was causing it to not compile on my linux box. Kent --- source/blender/src/editipo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);