*** empty log message ***
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 9 Feb 2004 12:28:33 +0000 (12:28 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Mon, 9 Feb 2004 12:28:33 +0000 (12:28 +0000)
example/fusexmp.c

index 7af6c04181360b69d1946980322809680735dc64..1a96ba546ddd96a7b3dfdfd1fa71a91896fe92b9 100644 (file)
@@ -289,7 +289,6 @@ static struct fuse_operations xmp_oper = {
     .statfs    = xmp_statfs,
     .release   = xmp_release,
     .fsync     = xmp_fsync
-    
 };
 
 int main(int argc, char *argv[])