From 3ead28e7b1d08517f91f70d5ec144313b0f646a9 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 18 Jan 2005 21:23:41 +0000 Subject: fix --- lib/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/helper.c') 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; } -- cgit v1.2.3