FLAC: Fixed whitespace.

This commit is contained in:
Zeckmathederg 2024-10-22 18:24:20 -06:00
parent 6f44695569
commit 57de85d447
2 changed files with 5 additions and 2 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>October 22nd, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - FLAC: Fixed whitespace.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - libogg: Fixed whitespace.</para>
</listitem>

View File

@ -117,8 +117,8 @@ CFLAGS="-L/usr/lib32" CXXFLAGS="-L/usr/lib32" \
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--host=i686-pc-linux-gnu \
--disable-thorough-tests
--disable-thorough-tests &amp;&amp;
make</userinput></screen>
<para>