diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-18 21:23:41 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-18 21:23:41 +0000 |
commit | 3ead28e7b1d08517f91f70d5ec144313b0f646a9 (patch) | |
tree | 740a6a095b93d3179af2c80ea9659826c90c3d7d /lib/helper.c | |
parent | 1adb227764b7ba990b0635b812a49041d3e66dc2 (diff) | |
download | libfuse-3ead28e7b1d08517f91f70d5ec144313b0f646a9.tar.gz |
fix
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c index 2b15628..365b813 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -395,7 +395,7 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, #undef fuse_main int fuse_main() { - fprintf(stderr, "This function does not exist\n"); + fprintf(stderr, "fuse_main(): This function does not exist\n"); return -1; } |