diff options
Diffstat (limited to '')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 59fab7c5c..d6b8bdae2 100644 --- a/src/path.h +++ b/src/path.h @@ -53,3 +53,4 @@ char * parentPath(char * path); char * sanitizePathDup(char * path); #endif +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |