Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-01-08 22:14:47 +0000
committerAndrew Niefer2010-01-08 22:14:47 +0000
commitaceb073cec7aae53502521a6e1b79ab5b6de64d9 (patch)
treec8b2985e0ea3e455dbeecbcc4a7723eca72aadf7
parent7de7957a64f90ba63698335bcfcb196b85e2b5d8 (diff)
downloadrt.equinox.framework-aceb073cec7aae53502521a6e1b79ab5b6de64d9.tar.gz
rt.equinox.framework-aceb073cec7aae53502521a6e1b79ab5b6de64d9.tar.xz
rt.equinox.framework-aceb073cec7aae53502521a6e1b79ab5b6de64d9.zip
bug 178927
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
index 5762adb08..a01a4bc06 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
+++ b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
@@ -334,4 +334,3 @@ int reuseWorkbench(_TCHAR* filePath, int timeout) {
/* not yet implemented on motif */
return -1;
}
-} \ No newline at end of file

Back to the top