Fix warning

This commit is contained in:
TingPing 2014-07-28 16:18:27 -04:00
parent 4e50f26a80
commit da2deb83d7
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ char *
expand_homedir (char *file)
{
#ifndef WIN32
char *ret, *user;
char *user;
struct passwd *pw;
if (file[0] == '~')