Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkCommon.c')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkCommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkCommon.c b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkCommon.c
index 4e7a075de..a244a825d 100644
--- a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkCommon.c
+++ b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkCommon.c
@@ -74,7 +74,7 @@ int initWindowSystem(int* pArgc, char* argv[], int showSplash)
return -1;
if (getOfficialName() != NULL)
- defaultArgv[0] = getOfficialName();
+ defaultArgv[0] = getOfficialName();
if (argv == NULL) {
/* gtk_init_check on Solaris 9 doesn't like NULL or empty argv */

Back to the top