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>2009-12-13 18:48:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-13 18:48:57 +0300
commit61da7bb8660228708b1f540e9012446276d6a5e6 (patch)
treefdda0492b8a36581f04ee0c2c2710c5527d3033a /source/blender/blenlib
parentabe8c09b8a98f8a4b71e47324b2c6b12624d5440 (diff)
more sequence -> sequencer rename, also made sequencer swap strip update effects strips
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/path_util.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 5ff4dfe4e96..bf7a4f77f9e 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1,9 +1,5 @@
-/* util.c
- *
- * various string, file, list operations.
- *
- *
- * $Id$
+/**
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -29,7 +25,8 @@
* Contributor(s): none yet.
*
* ***** END GPL LICENSE BLOCK *****
- *
+ *
+ * various string, file, list operations.
*/
#include <stdio.h>