diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-06-19 18:11:57 -0400 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-06-19 18:11:57 -0400 |
commit | 87534c04dfac023058e82655fad881721f5f8c12 (patch) | |
tree | ab803b16f275a12504d90b15f86e0b1b9fa9ec68 | |
parent | 9a3f1e08acae6a5f050926a48e53d50c103a85e9 (diff) | |
download | eclipse.platform.swt-87534c04dfac023058e82655fad881721f5f8c12.tar.gz eclipse.platform.swt-87534c04dfac023058e82655fad881721f5f8c12.tar.xz eclipse.platform.swt-87534c04dfac023058e82655fad881721f5f8c12.zip |
JNI generator change
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c index a30c73c8f6..1d036c11e2 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c @@ -18,8 +18,8 @@ #ifdef NATIVE_STATS -int OS_nativeFunctionCount = 1403; -int OS_nativeFunctionCallCount[1403]; +int OS_nativeFunctionCount = 1404; +int OS_nativeFunctionCallCount[1404]; char * OS_nativeFunctionNames[] = { #ifndef JNI64 "Call__IIII", |