diff options
author | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2007-11-21 11:02:35 +0100 |
---|---|---|
committer | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2007-11-21 11:02:35 +0100 |
commit | 5f6017e6d217b1d13fd7d095ac496d4ef0bdc410 (patch) | |
tree | 3ddf138fe489c71325694c1cf76ab007226f4ea6 | |
parent | eecaa0e7250a2c0cc9f019e6a5dc86582d284800 (diff) |
- Fixed modelines (for Emacs)
-rwxr-xr-x | src/mp3_vnops.c | 4 | ||||
-rwxr-xr-x | src/mp3fs.c | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/mp3_vnops.c b/src/mp3_vnops.c index b9e191a..2215a28 100755 --- a/src/mp3_vnops.c +++ b/src/mp3_vnops.c @@ -1,6 +1,4 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4 -*- */ -#include "mp3_vnops.h" - +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ #define FUSE_USE_VERSION 26 #include <fuse.h> diff --git a/src/mp3fs.c b/src/mp3fs.c index 6d6beb6..1a46841 100755 --- a/src/mp3fs.c +++ b/src/mp3fs.c @@ -1,4 +1,4 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4 -*- */ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ #define FUSE_USE_VERSION 26 #include <stdio.h> |