diff options
author | Marti <marti.maria@tktbrainpower.com> | 2016-07-14 11:10:00 +0200 |
---|---|---|
committer | Marti <marti.maria@tktbrainpower.com> | 2016-07-14 11:10:00 +0200 |
commit | 47b97e40799bdcabcb30d55328ffcfe6ddfd6fa2 (patch) | |
tree | d33b94d968e5f71dbe11bb8d6eeffa303f98017d /include | |
parent | 3908268d6871d6bf9fc3a3ecb007cc7fdb79bca6 (diff) | |
download | lcms2-47b97e40799bdcabcb30d55328ffcfe6ddfd6fa2.tar.gz |
Fix some warnings found by coverity
Diffstat (limited to 'include')
-rw-r--r-- | include/lcms2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcms2.h b/include/lcms2.h index 7362b00..739e6e1 100644 --- a/include/lcms2.h +++ b/include/lcms2.h @@ -23,7 +23,7 @@ // //--------------------------------------------------------------------------------- // -// Version 2.8beta0 +// Version 2.8 // #ifndef _lcms2_H |