diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c index 7fd154e06..53287ea29 100644 --- a/src/conf.c +++ b/src/conf.c @@ -268,3 +268,4 @@ char ** readConf(char * file) { char ** getConf() { return conf_params; } +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |