aboutsummaryrefslogtreecommitdiffstats
path: root/example/null.c
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-05-16 17:31:33 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2012-05-16 17:31:33 +0200
commit46b9c3326d50aebe52c33d63885b83a47a2e74ea (patch)
treea7ba42dc27fbf35b59fb066a47bf8ef37c6464ba /example/null.c
parent384496dd02cfd9a74b95d62ce0d23a31a7af3730 (diff)
downloadandroid_external_fuse-46b9c3326d50aebe52c33d63885b83a47a2e74ea.tar.gz
android_external_fuse-46b9c3326d50aebe52c33d63885b83a47a2e74ea.tar.bz2
android_external_fuse-46b9c3326d50aebe52c33d63885b83a47a2e74ea.zip
Fix the compile command in the examples
Reported by Luciano Dalle Ore
Diffstat (limited to 'example/null.c')
-rw-r--r--example/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/null.c b/example/null.c
index 0845586..b72cf4d 100644
--- a/example/null.c
+++ b/example/null.c
@@ -5,7 +5,7 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
- gcc -Wall `pkg-config fuse --cflags --libs` null.c -o null
+ gcc -Wall null.c `pkg-config fuse --cflags --libs` -o null
*/
#define FUSE_USE_VERSION 26