diff options
Diffstat (limited to 'example/hello_ll.c')
-rwxr-xr-x | example/hello_ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hello_ll.c b/example/hello_ll.c index 27859ce..1bf7155 100755 --- a/example/hello_ll.c +++ b/example/hello_ll.c @@ -15,7 +15,7 @@ * * \section section_compile compiling this example * - * gcc -Wall hello_ll.c `pkg-config fuse --cflags --libs` -o hello_ll + * gcc -Wall hello_ll.c `pkg-config fuse3 --cflags --libs` -o hello_ll * * \section section_usage usage \verbatim |