diff --git a/ChangeLog b/ChangeLog index d1fca27032..21a42669b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-19 Sven Neumann + + * libgimpcolor/gimprgb-parse.c (gimp_rgb_parse_hex): fixed gtk-doc + comment. + 2004-09-18 Simon Budig * libgimpwidgets/gimpcolorhexentry.c: Removed check for len % 3 == 0, diff --git a/libgimpcolor/gimprgb-parse.c b/libgimpcolor/gimprgb-parse.c index 25bcd048d7..1b733897ca 100644 --- a/libgimpcolor/gimprgb-parse.c +++ b/libgimpcolor/gimprgb-parse.c @@ -256,7 +256,7 @@ gimp_rgb_parse_name (GimpRGB *rgb, * @len: the length of @hex, in bytes. or -1 if @hex is nul-terminated * * Attempts to parse a string describing a color in RGB value in - * hexadecimal notation (optionally prefixed with a '#'. + * hexadecimal notation (optionally prefixed with a '#'). * * This funcion does not touch the alpha component of @rgb. *