From 10b0e0d9af0e396d30f6fb1f5d321488897746d3 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 26 Mar 2005 09:00:49 +0000 Subject: Backport from pacman 2.9.5 --- lib/libalpm/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/list.h') diff --git a/lib/libalpm/list.h b/lib/libalpm/list.h index fe0d6738..e7c9eb31 100644 --- a/lib/libalpm/list.h +++ b/lib/libalpm/list.h @@ -26,7 +26,7 @@ typedef struct __pmlist_t { void *data; struct __pmlist_t *prev; struct __pmlist_t *next; - struct __pmlist_t *last; + struct __pmlist_t *last; /* Quick access to last item in list */ } pmlist_t; typedef struct __pmlist_t PMList; -- cgit v1.2.3-54-g00ecf