index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/alpm_list.h | 2 |
diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index aa79e69e..8a2c5b2b 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -92,5 +92,3 @@ void *alpm_list_to_array(const alpm_list_t *list, size_t n, size_t size); } #endif #endif /* ALPM_LIST_H */ - -/* vim: set noet: */ |