aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 6594910aa80..56f1dd31ff5 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -261,7 +261,7 @@ main (argc, argv)
261 } 261 }
262 else 262 else
263 { 263 {
264 fprintf (stderr, cwd); 264 fprintf (stderr, "%s: %s\n", argv[0], cwd);
265 exit (1); 265 exit (1);
266 } 266 }
267 267