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:
@@ -30,7 +30,7 @@
|
||||
*/
|
||||
int aaruf_identify(const char *filename)
|
||||
{
|
||||
FILE *stream;
|
||||
FILE *stream = NULL;
|
||||
|
||||
stream = fopen(filename, "rb");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user