diff options
author | Kjetil Ørbekk <kjetil@orbekk.com> | 2007-11-20 17:02:29 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil@orbekk.com> | 2007-11-20 17:02:29 +0100 |
commit | 8880096f499830a226b80ade4469ba057722efbf (patch) | |
tree | 3a26c9de6aead8d990d017bd15c4f02f61abbd2a /src | |
parent | ba3688e8866c03594737cad7e8d206c3cefd9c70 (diff) |
- Fixed syntax error
Diffstat (limited to 'src')
-rwxr-xr-x | src/mp3fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp3fs.c b/src/mp3fs.c index d8db029..38abd77 100755 --- a/src/mp3fs.c +++ b/src/mp3fs.c @@ -4,7 +4,7 @@ static struct fuse_module mp3_mod { "MP3FS" }; -= { #name_, factory_, NULL, NULL, 0 }; + int main(int argc, char **argv) { |