Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2009-05-05 20:47:48 +0000
committerSilenio Quarti2009-05-05 20:47:48 +0000
commit44ddf975c347396953d33f0255158f7a981bdb8c (patch)
tree921f29b359fe95284229a8b54584eab7a1b82dc5 /bundles/org.eclipse.swt.tools/Mac Generation
parent3a0834dbaa36ec3da5b4ce1acdea598df0d796b3 (diff)
downloadeclipse.platform.swt-44ddf975c347396953d33f0255158f7a981bdb8c.tar.gz
eclipse.platform.swt-44ddf975c347396953d33f0255158f7a981bdb8c.tar.xz
eclipse.platform.swt-44ddf975c347396953d33f0255158f7a981bdb8c.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/Mac Generation')
-rw-r--r--bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java b/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
index b0e2583f64..aa0d5da1fe 100644
--- a/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
+++ b/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
@@ -1224,6 +1224,7 @@ void generateCustomCallbacks() {
out(";");
}
}
+ outln();
out(" */");
outln();
out("public static final native int /*long*/ CALLBACK_");

Back to the top