delete-trailling-whitespace and move //@} for doc
This commit is contained in:
parent
70ac42af1c
commit
08048457c6
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
// _________ __ __
|
||||
// _________ __ __
|
||||
// / _____// |_____________ _/ |______ ____ __ __ ______
|
||||
// \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
|
||||
// / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
|
||||
// / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
|
||||
// /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
|
||||
// \/ \/ \//_____/ \/
|
||||
// \/ \/ \//_____/ \/
|
||||
// ______________________ ______________________
|
||||
// T H E W A R B E G I N S
|
||||
// Stratagus - A free fantasy real time strategy game engine
|
||||
|
@ -37,7 +37,7 @@ extern "C" {
|
|||
** @param argc Number of command line argurments
|
||||
*/
|
||||
void beos_init(int argc, char** argv)
|
||||
{
|
||||
{
|
||||
BPath path( argv[0] );
|
||||
path.GetParent( &path );
|
||||
chdir( path.Path() );
|
||||
|
@ -45,6 +45,7 @@ void beos_init(int argc, char** argv)
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//@}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue