comparison src/main.h @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 1a4b18c58556
children 3a7af6a8cd5f
comparison
equal deleted inserted replaced
1054:9157291b79a4 1055:1646720364cf
138 138
139 #define CASE_SORT(a, b) ( (options->file_sort.case_sensitive) ? strcmp((a), (b)) : strcasecmp((a), (b)) ) 139 #define CASE_SORT(a, b) ( (options->file_sort.case_sensitive) ? strcmp((a), (b)) : strcasecmp((a), (b)) )
140 140
141 141
142 #endif 142 #endif
143 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */