SVN maintenance.

This commit is contained in:
Guillermo S. Romero
2010-07-04 21:33:01 +00:00
parent 4135f1310c
commit 646ee52d3a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
/**
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -60,4 +61,4 @@ extern const GHOST_TUns8* GHOST_getBinaryDir();
}
#endif
#endif
#endif

View File

@@ -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();
}
}