From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cookies.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream/cookies.c') diff --git a/stream/cookies.c b/stream/cookies.c index ea46c42419..40a5b16097 100644 --- a/stream/cookies.c +++ b/stream/cookies.c @@ -191,8 +191,8 @@ static struct cookie_list_type *load_cookies(void) if (dir) { while ((ent = readdir(dir)) != NULL) { if ((ent->d_name)[0] != '.') { - buf = malloc(strlen(getenv("HOME")) + - sizeof("/.mozilla/default/") + + buf = malloc(strlen(getenv("HOME")) + + sizeof("/.mozilla/default/") + strlen(ent->d_name) + sizeof("cookies.txt") + 1); sprintf(buf, "%s/.mozilla/default/%s/cookies.txt", getenv("HOME"), ent->d_name); -- cgit v1.2.3