Fix style issue

This commit is contained in:
Denis Kenzior 2009-09-08 14:15:40 -05:00
parent 17cb0ce3c4
commit 110dfb9e2e
1 changed files with 2 additions and 2 deletions

View File

@ -641,9 +641,9 @@ static gboolean cache_record(const char *path, int current, int record_len,
return FALSE;
if (lseek(fd, (current - 1) * record_len +
SIM_CACHE_HEADER_SIZE, SEEK_SET) !=
(off_t) -1)
SIM_CACHE_HEADER_SIZE, SEEK_SET) != (off_t) -1)
r = TFR(write(fd, data, record_len));
TFR(close(fd));
if (r < record_len) {