diff options
Diffstat (limited to 'lib/libalpm/rawstr.c')
-rw-r--r-- | lib/libalpm/rawstr.c | 2 |
1 files changed, 0 insertions, 2 deletions
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: */ |