diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-28 20:37:42 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-05-28 20:37:42 +0800 |
commit | 0ab908d94490f34f3a5ecf3b25cf93739e5f61d0 (patch) | |
tree | ed66fecebd3d5c0088b456fb5aca975537575f2e | |
parent | f81a8a4a3ce71e64f11cf5a5320421552a97ba2b (diff) |
check: remove reference to libcheck.a
-rw-r--r-- | chapter08/check.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/check.xml b/chapter08/check.xml index 1e7e4ec17..cb6b3590d 100644 --- a/chapter08/check.xml +++ b/chapter08/check.xml @@ -92,7 +92,7 @@ </varlistentry> <varlistentry id="libcheck"> - <term><filename class="libraryfile">libcheck.{a,so}</filename></term> + <term><filename class="libraryfile">libcheck.so</filename></term> <listitem> <para>Contains functions that allow Check to be called from a test program</para> |