mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
[refactor] Initialize variables to default values in multiple files
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
int identify(char *path)
|
||||
{
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
ret = aaruf_identify(path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user