.reorganizing

git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-01 20:21:16 +00:00
parent bcb88320fb
commit 5edae0e110
270 changed files with 7521 additions and 10693 deletions

View file

@ -11,7 +11,7 @@ extern "C" {
jint number,
jint n)
{
return AndroidMathUtility::Power(number, n);
return AndroidMathUtility::Power(number, n);
}
} // extern "C"