Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c
index feab06591d..438b5fa5f9 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c
@@ -8619,4 +8619,4 @@ JNIEXPORT jint JNICALL Java_org_eclipse_swt_internal_motif_OS_setlocale
(*env)->ReleaseByteArrayElements(env, locale, locale1, 0);
return rc;
-} \ No newline at end of file
+}

Back to the top