From b228e5333a352b89da61d2d46b9a1422ea2718c4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 21 May 2014 05:42:27 +0200 Subject: fix doc for libgamma_unhex_edid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libgamma-facade.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libgamma-facade.h b/src/libgamma-facade.h index 9d7b91e..0b9b542 100644 --- a/src/libgamma-facade.h +++ b/src/libgamma-facade.h @@ -231,9 +231,9 @@ char* libgamma_behex_edid_uppercase(const unsigned char* restrict edid, size_t l * Convert an hexadecimal representation of an EDID to a raw representation * * @param edid The EDID in hexadecimal representation - * @retrun The EDID in raw representation, it will be twice the length - * of `edid` (the input value). `NULL` on allocation error, - * `errno` will be set accordingly. + * @retrun The EDID in raw representation, it will be half the length + * of `edid` (the input value). `NULL` on allocation error or + * if the EDID is malformated, `errno` will be set accordingly. */ unsigned char* libgamma_unhex_edid(const char* restrict edid); -- cgit v1.2.3-70-g09d2