diff options
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; } |