Diff between 995e8b35f4ea700ad76e81dc3f9a5d18f8c2ed09 and 582d84646dd3bd5f21efae31213663c172bbdfd4
Changed Files
| File | Additions | Deletions | Status |
| src/textfile.c | +2 | -1 | modified |
Full Patch
diff --git a/src/textfile.c b/src/textfile.c
index 089cce8..3fb3c01 100644
--- a/src/textfile.c
+++ b/src/textfile.c
@@ -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);