diff options
Diffstat (limited to 'src/common/ini.h')
-rw-r--r-- | src/common/ini.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/ini.h b/src/common/ini.h index 22dbed91..6d2b264a 100644 --- a/src/common/ini.h +++ b/src/common/ini.h @@ -26,5 +26,3 @@ typedef int (ini_parser_fn)(const char *file, int line, const char *section, int parse_ini(const char *file, ini_parser_fn cb, void *data); #endif /* PM_INI_H */ - -/* vim: set noet: */ |