index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/rawstr.c | 2 |
diff --git a/lib/libalpm/rawstr.c b/lib/libalpm/rawstr.c index f3f81f5a..96d3a911 100644 --- a/lib/libalpm/rawstr.c +++ b/lib/libalpm/rawstr.c @@ -133,5 +133,3 @@ int _alpm_raw_ncmp(const char *first, const char *second, size_t max) return (raw_toupper(*first) - raw_toupper(*second)); } - -/* vim: set noet: */ |