clarify code: local variables in start of function

This commit is contained in:
2025-09-18 13:34:14 +02:00
parent abc5ecfa34
commit 104f696de6
9 changed files with 69 additions and 29 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ void file_update(File *file);
void file_prepend(File *src, File extra);
void file_free(File *file);
void file_free(File *file, bool free_path);
#endif /* FILE_H */