summaryrefslogtreecommitdiffstats
path: root/src/libs/dimg/loaders/iccjpeg.h
diff options
context:
space:
mode:
authorTDE Weblate <[email protected]>2025-03-15 13:04:23 +0000
committerMichele Calgaro <[email protected]>2025-03-19 13:12:11 +0900
commit8b3a88df55c67e3e75b93385db1c4f27f409a06f (patch)
tree8427cf9e4892c66674645e7152c3246a334bd165 /src/libs/dimg/loaders/iccjpeg.h
parent0b5e696d79ab1a160293d520b7526e031238989a (diff)
downloaddigikam-rename/true-false.tar.gz
digikam-rename/true-false.zip
Update translation filesrename/true-false
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/
Diffstat (limited to 'src/libs/dimg/loaders/iccjpeg.h')
-rw-r--r--src/libs/dimg/loaders/iccjpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/dimg/loaders/iccjpeg.h b/src/libs/dimg/loaders/iccjpeg.h
index 2aab4196..a31bd938 100644
--- a/src/libs/dimg/loaders/iccjpeg.h
+++ b/src/libs/dimg/loaders/iccjpeg.h
@@ -82,8 +82,8 @@ extern void setup_read_icc_profile JPP((j_decompress_ptr cinfo));
* See if there was an ICC profile in the JPEG file being read;
* if so, reassemble and return the profile data.
*
- * TRUE is returned if an ICC profile was found, FALSE if not.
- * If TRUE is returned, *icc_data_ptr is set to point to the
+ * true is returned if an ICC profile was found, false if not.
+ * If true is returned, *icc_data_ptr is set to point to the
* returned data, and *icc_data_len is set to its length.
*
* IMPORTANT: the data at **icc_data_ptr has been allocated with malloc()