aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 06f45450035..0ae434b2b17 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5913,7 +5913,7 @@ x_term_init (display_name)
5913 emacs_options, XtNumber (emacs_options), 5913 emacs_options, XtNumber (emacs_options),
5914 &argc, argv, 5914 &argc, argv,
5915 NULL, NULL, 0); 5915 NULL, NULL, 0);
5916 XtFree (argv); 5916 XtFree ((char *)argv);
5917 x_current_display = XtDisplay (Xt_app_shell); 5917 x_current_display = XtDisplay (Xt_app_shell);
5918 5918
5919#else /* not USE_X_TOOLKIT */ 5919#else /* not USE_X_TOOLKIT */