[refactor] Initialize variables to default values in multiple files

This commit is contained in:
2025-08-01 15:34:36 +01:00
parent 81633e4445
commit 788c7a2bc7
18 changed files with 120 additions and 115 deletions

View File

@@ -30,7 +30,7 @@
*/
int aaruf_identify(const char *filename)
{
FILE *stream;
FILE *stream = NULL;
stream = fopen(filename, "rb");