* lib-src/emacsclient.c (socket_status): Use constant pointer.

This commit is contained in:
Dan Nicolaescu 2011-06-01 10:15:27 -07:00
parent fb5b2591a6
commit fe91f5a091
2 changed files with 5 additions and 1 deletions

View file

@ -1098,7 +1098,7 @@ find_tty (const char **tty_type, const char **tty_name, int noabort)
0 - success: none of the above */
static int
socket_status (char *name)
socket_status (const char *name)
{
struct stat statbfr;