diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-28 20:37:42 +0800 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2022-05-30 16:24:59 -0500 |
commit | 175a642135f7c710e0b4fd6d9182d5ff24386485 (patch) | |
tree | 9e1efc507bb4849a122c4ff6a3c4b70fd9511b43 | |
parent | ee478205316e3856154b41bb2d06d87f9d9f3e6f (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> |