diff options
Diffstat (limited to 'example/fusexmp.c')
-rwxr-xr-x | example/fusexmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c index 73e9898..6f63ae9 100755 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -14,7 +14,7 @@ * * \section section_compile compiling this example * - * gcc -Wall fusexmp.c `pkg-config fuse --cflags --libs` -o fusexmp + * gcc -Wall fusexmp.c `pkg-config fuse3 --cflags --libs` -o fusexmp * * \section section_source the complete source * \include fusexmp.c |