2
0
Juan Linietsky 9 жил өмнө
parent
commit
1726bacf78

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