diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:47:11 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:47:11 -0400 |
commit | fe68f85a9d4a059e51b6851f00ad7356bb5b7d35 (patch) | |
tree | fc9f8d6bed09473e25a5d7f7a3b19a2c04471888 /libraries | |
parent | 05fd5e8175102a29861a7926f159603eb47ec3a5 (diff) |
libraries/libvorbisidec: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libvorbisidec/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libvorbisidec/README b/libraries/libvorbisidec/README index 7495370d37f44..4815e6a1f35e1 100644 --- a/libraries/libvorbisidec/README +++ b/libraries/libvorbisidec/README @@ -8,5 +8,6 @@ exposes an API intended to be as similar as possible to the familiar libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation -for file/stream access, or use custom stream i/o routines provided by an -embedded environment. Both uses are described in detail in documentation. +for file/stream access, or use custom stream i/o routines provided +by an embedded environment. Both uses are described in detail in +documentation. |