Style nits
This commit is contained in:
parent
eb45079cbe
commit
d1d7d89bac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue