Browse Source

missnig ;

Juan Linietsky 9 years ago
parent
commit
1726bacf78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/android/os_android.cpp

+ 1 - 1
platform/android/os_android.cpp

@@ -731,7 +731,7 @@ String OS_Android::get_data_dir() const {
 		//restore original dir so we don't mess things up
 		//restore original dir so we don't mess things up
 		chdir(real_current_dir_name);
 		chdir(real_current_dir_name);
 
 
-		return data_dir_cache
+		return data_dir_cache;
 	}
 	}