The source project of this merge request has been removed.
Remove compiler warning: "ISO C90 forbids mixed declarations and code"
Fixes this warning:
thunar-file.c: In function ‘thunar_file_get_content_type’:
thunar-file.c:2482:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
2482 | gboolean initialized = TRUE;
| ^~~~~~~~