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:
-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
+}