aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
diff options
context:
space:
mode:
authorGravatar Joachim Schiele <joachim.schiele@daimler.com>2013-07-02 17:37:29 +0200
committerGravatar Joachim Schiele <joachim.schiele@daimler.com>2013-07-02 17:37:38 +0200
commitf4f87bba1266e6135e300ac6853efb9708aabce9 (patch)
tree732af8ae9004da1406a6fab16fa72696cc1d55b5 /example/hello.c
parentea7227db439cc0e02a7ed69feae75fac6dfcc637 (diff)
rewrote c++ style comments to c style coments mentioned by Miklos Szeredi
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
*