summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-02 01:35:43 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-02 01:35:43 +0000
commit7b1f93f69661cff9345e6edf3b0df2a2c13fbc30 (patch)
tree490b2be1a091dc5ece3476e457a35412adfe9d97 /src
parent1c757ca68736c3042ea1687c0df1ab3644f5701d (diff)
downloademacs-7b1f93f69661cff9345e6edf3b0df2a2c13fbc30.tar.gz
(main): Initialize displayname.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 687f1abf3e2..3b221a108ec 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -602,7 +602,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
because we don't even know which window system dependent code
to run until we've recognized this argument. */
{
- char *displayname;
+ char *displayname = 0;
int i;
int count_before = skip_args;