aboutsummaryrefslogtreecommitdiff
path: root/example/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/null.c')
-rwxr-xr-xexample/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/null.c b/example/null.c
index 4d39eb8..1ff1954 100755
--- a/example/null.c
+++ b/example/null.c
@@ -12,7 +12,7 @@
*
* \section section_compile compiling this example
*
- * gcc -Wall null.c `pkg-config fuse --cflags --libs` -o null
+ * gcc -Wall null.c `pkg-config fuse3 --cflags --libs` -o null
*
* \section section_source the complete source
* \include null.c