From accf27b4457974b9c77e838f12a40a92171c6b07 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 21 Apr 2006 19:08:00 +0000 Subject: [PATCH] * Minor documentation fix. --- cucul/import.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cucul/import.c b/cucul/import.c index db53395..e81216b 100644 --- a/cucul/import.c +++ b/cucul/import.c @@ -34,6 +34,8 @@ static cucul_canvas_t *import_caca(void const *, unsigned int); * * Valid values for \c format are: * + * \li \c "": attempt to autodetect the file format. + * * \li \c "caca": import native libcaca files. * * \param data The memory area to be loaded into a canvas.