Style nits

This commit is contained in:
twinaphex 2015-03-22 08:04:35 +01:00
parent eb45079cbe
commit d1d7d89bac
1 changed files with 6 additions and 8 deletions

View File

@ -128,12 +128,10 @@ int database_info_write_rdl_iterate(database_info_rdl_handle_t *dbl)
ssize_t ret;
uint32_t crc, target_crc = 0;
uint8_t *ret_buf = NULL;
int read_from = 0;
int read_from = read_file(name, (void**)&ret_buf, &ret);
(void)target_crc;
read_from = read_file(name, (void**)&ret_buf, &ret);
if (read_from != 1)
return 0;
if (ret <= 0)