From: AKowshik Date: Sun, 9 Aug 2020 11:35:43 +0000 (+0530) Subject: Fixed typo in command to compile program (#536) X-Git-Tag: fuse-3.9.4~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5;p=qemu-gpiodev%2Flibfuse.git Fixed typo in command to compile program (#536) --- diff --git a/example/printcap.c b/example/printcap.c index b8f85a5..e0eb6b6 100644 --- a/example/printcap.c +++ b/example/printcap.c @@ -13,7 +13,7 @@ * * Compile with: * - * gcc -Wall protocol_info.c `pkg-config fuse3 --cflags --libs` -o protocol_info + * gcc -Wall printcap.c `pkg-config fuse3 --cflags --libs` -o printcap * * ## Source code ## * \include @file