From f4f87bba1266e6135e300ac6853efb9708aabce9 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Tue, 2 Jul 2013 17:37:29 +0200 Subject: rewrote c++ style comments to c style coments mentioned by Miklos Szeredi --- example/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/hello.c') 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 * -- cgit v1.2.3