1
0
Fork 0

Zap compiler warning.

Modified Files:
	src/Main/options.cxx
This commit is contained in:
frohlich 2009-03-01 16:09:45 +00:00 committed by Tim Moore
parent 3efab8ddb8
commit ff2e5d5999

View file

@ -107,7 +107,7 @@ void
fgSetDefaults () fgSetDefaults ()
{ {
// set a possibly independent location for scenery data // set a possibly independent location for scenery data
char *envp = ::getenv( "FG_SCENERY" ); const char *envp = ::getenv( "FG_SCENERY" );
if ( envp != NULL ) { if ( envp != NULL ) {
// fg_root could be anywhere, so default to environmental // fg_root could be anywhere, so default to environmental