diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c index 71bacd7b3..7226cbdec 100644 --- a/src/path.c +++ b/src/path.c @@ -241,3 +241,4 @@ char * sanitizePathDup(char * path) { return realloc(ret,len+1); } +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |