From 87f2a17f8e467d803bc4af10ab874ab0aeecbdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 23 Aug 2012 13:55:30 +0000 Subject: [PATCH] Boost Jam cleanup - minor stylistic change. [SVN r80159] --- src/engine/filent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ];