aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello.c')
-rwxr-xr-xexample/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hello.c b/example/hello.c
index c8b4a48..580bff2 100755
--- a/example/hello.c
+++ b/example/hello.c
@@ -10,7 +10,7 @@
*
* hello.c - minimal FUSE example featuring fuse_main usage
*
-* \section section_compile compiling this example
+ * \section section_compile compiling this example
*
* gcc -Wall hello.c `pkg-config fuse --cflags --libs` -o hello
*