diff options
| author | Dan Nicolaescu | 2011-06-01 10:15:27 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2011-06-01 10:15:27 -0700 |
| commit | fe91f5a0910e3d5c4f99d98733ffe4d1b87ba7da (patch) | |
| tree | 1eabd5fc60033713d91c6f596998fcab88d4ec70 /lib-src/emacsclient.c | |
| parent | fb5b2591a6b112ee3747d24dceb1797ef770c6e0 (diff) | |
| download | emacs-fe91f5a0910e3d5c4f99d98733ffe4d1b87ba7da.tar.gz emacs-fe91f5a0910e3d5c4f99d98733ffe4d1b87ba7da.zip | |
* lib-src/emacsclient.c (socket_status): Use constant pointer.
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 2aabc52e828..c334fb6a196 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1098,7 +1098,7 @@ find_tty (const char **tty_type, const char **tty_name, int noabort) | |||
| 1098 | 0 - success: none of the above */ | 1098 | 0 - success: none of the above */ |
| 1099 | 1099 | ||
| 1100 | static int | 1100 | static int |
| 1101 | socket_status (char *name) | 1101 | socket_status (const char *name) |
| 1102 | { | 1102 | { |
| 1103 | struct stat statbfr; | 1103 | struct stat statbfr; |
| 1104 | 1104 | ||