summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-12-05 05:52:25 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-12-05 05:52:30 +1100
commiteb753ae5b4e79429c8f6abf1d6b0f05e4a3cef96 (patch)
treee78accdfad42ce5bc930dafa5229c39c27697094 /examples
parentc97e057ee57d552a3ccad2d12e29b5969d04be97 (diff)
downloadflac-eb753ae5b4e79429c8f6abf1d6b0f05e4a3cef96.tar.gz
Remove traiing whitespace (mostly .c and .h files).
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README b/examples/README
index 0c51ff97..2da7bd6d 100644
--- a/examples/README
+++ b/examples/README
@@ -3,7 +3,7 @@ ways.
The "c" directory has programs that are all in C and use libFLAC.
-The "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
+The "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
The programs are:
c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC