index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/util.c | 2 |
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 102a879a..a06f5bfd 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1463,5 +1463,3 @@ void _alpm_alloc_fail(size_t size) { fprintf(stderr, "alloc failure: could not allocate %zu bytes\n", size); } - -/* vim: set noet: */ |