diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-26 21:01:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 09:16:50 +0900 |
| commit | baf77040abf0f7c15cae85f54cdfdae45f89b307 (patch) | |
| tree | a552eb1982a1be5bc87d799b23860f4a88ab5272 /libk3b | |
| parent | 39f2157d6d3033db0ced5ef285896267e9fcbfaa (diff) | |
| download | k3b-baf77040.tar.gz k3b-baf77040.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e9ef6688e58dccde4be0f0db310987db99d66d7)
Diffstat (limited to 'libk3b')
| -rw-r--r-- | libk3b/plugin/libsamplerate/samplerate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/plugin/libsamplerate/samplerate.h b/libk3b/plugin/libsamplerate/samplerate.h index dfc4448..e345d85 100644 --- a/libk3b/plugin/libsamplerate/samplerate.h +++ b/libk3b/plugin/libsamplerate/samplerate.h @@ -99,7 +99,7 @@ int src_set_ratio (SRC_STATE *state, double new_ratio) ; int src_reset (SRC_STATE *state) ; /* -** Return TRUE if ratio is a valid conversion ratio, FALSE +** Return true if ratio is a valid conversion ratio, false ** otherwise. */ |
