Fix minor code style issue in write_key

This commit is contained in:
Szymon Janc 2011-05-10 11:24:28 +02:00 committed by Johan Hedberg
parent 995e8b35f4
commit 582d84646d

View File

@ -182,7 +182,8 @@ static int write_key(const char *pathname, const char *key, const char *value, i
{
struct stat st;
char *map, *off, *end, *str;
off_t size; size_t base;
off_t size;
size_t base;
int fd, len, err = 0;
fd = open(pathname, O_RDWR);