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/intern
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-07-05 01:33:01 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-07-05 01:33:01 +0400
commit646ee52d3ab57e60389595a8844b8fef54745696 (patch)
tree9c2afdea1c71afdb586faaadef06202c130d2093 /intern
parent4135f1310c145d8df5e1195e3205715ada8296cb (diff)
SVN maintenance.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/GHOST_Path-api.h3
-rw-r--r--intern/ghost/intern/GHOST_Path-api.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/intern/ghost/GHOST_Path-api.h b/intern/ghost/GHOST_Path-api.h
index 6ad2415b46d..2f0e55a5b69 100644
--- a/intern/ghost/GHOST_Path-api.h
+++ b/intern/ghost/GHOST_Path-api.h
@@ -1,4 +1,5 @@
/**
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -60,4 +61,4 @@ extern const GHOST_TUns8* GHOST_getBinaryDir();
}
#endif
-#endif \ No newline at end of file
+#endif
diff --git a/intern/ghost/intern/GHOST_Path-api.cpp b/intern/ghost/intern/GHOST_Path-api.cpp
index 4c9727223fc..77b27c9d617 100644
--- a/intern/ghost/intern/GHOST_Path-api.cpp
+++ b/intern/ghost/intern/GHOST_Path-api.cpp
@@ -1,4 +1,5 @@
/**
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -46,4 +47,4 @@ const GHOST_TUns8* GHOST_getBinaryDir()
{
GHOST_ISystem* system = GHOST_ISystem::getSystem();
return system->getBinaryDir();
-} \ No newline at end of file
+}