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
path: root/source
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2008-08-22 00:28:33 +0400
committerKen Hughes <khughes@pacific.edu>2008-08-22 00:28:33 +0400
commit8551ac5e089ff224e49398ef15bf189c521d0dbb (patch)
tree966df892404933f5214fbe1634e1768a387be694 /source
parentca1182ff5696a8a656a4d5a693d1476a94b170c0 (diff)
Missing newline at EOF.
Diffstat (limited to 'source')
-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 63c301658f2..aa7787c5905 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -6011,4 +6011,4 @@ void move_to_frame(void)
}
}
BIF_undo_push("Set frame to selected Ipo vertex");
-} \ No newline at end of file
+}