diff options
| author | AKowshik <AKowshik@users.noreply.github.com> | 2020-08-09 17:05:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-09 12:35:43 +0100 |
| commit | c5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5 (patch) | |
| tree | 2e960ac5c485cf5943fd5d365ad8ae68c88458b8 | |
| parent | e8a9e84672dcaa892d4708c163f768dc177b6d4c (diff) | |
| download | libfuse-c5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5.tar.gz | |
Fixed typo in command to compile program (#536)
| -rw-r--r-- | example/printcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
