aboutsummaryrefslogtreecommitdiffstats
path: root/example/fioc.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fioc.c')
-rw-r--r--example/fioc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fioc.c b/example/fioc.c
index d0dce15..bee40b9 100644
--- a/example/fioc.c
+++ b/example/fioc.c
@@ -6,7 +6,7 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
- gcc -Wall `pkg-config fuse --cflags --libs` fioc.c -o fioc
+ gcc -Wall fioc.c `pkg-config fuse --cflags --libs` -o fioc
*/
#define FUSE_USE_VERSION 26