diff --git a/src/engine/filent.c b/src/engine/filent.c index 1593e3f83..2456c7ae2 100644 --- a/src/engine/filent.c +++ b/src/engine/filent.c @@ -241,7 +241,8 @@ void file_supported_fmt_resolution( timestamp * const t ) #define ARFMAG "`\n" -struct ar_hdr { +struct ar_hdr +{ char ar_name[ 16 ]; char ar_date[ 12 ]; char ar_uid[ 6 ];