30 Jan
2013
30 Jan
'13
12:33 p.m.
On 30/01/13 12:03, Andrew Gregory wrote:
On Tue, 29 Jan 2013 09:25:18 -0500 Dave Reisner <dreisner@archlinux.org> wrote:
Suggested-by: Dan McGee <dan@archlinux.org> Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- lib/libalpm/Makefile.am | 2 +- .../{libarchive-compat.c => libarchive-compat.h} | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) rename lib/libalpm/{libarchive-compat.c => libarchive-compat.h} (76%)
<snip>
Just a style nitpick; the opening braces should be on their own lines. Also, the vim modeline is the last line in all of the other C files.
Committed to my working branch with these changes. Tested with libarchive 2.8, 3.0 and 3.1. Allan