1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 01:02:20 -05:00

Fix warning

This commit is contained in:
TingPing 2014-07-28 16:18:27 -04:00
parent 4b549eeac8
commit a854234c1f

View File

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