diff options
author | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
commit | 31cb72fdf49546055d77a85a6f6bda1e6faad705 (patch) | |
tree | 7aec6b43b3d4b97fa3ace90bf012b1b3c845a89a /src/colors.c | |
parent | 794907e571d19dca3c2e093c5964c157ffbc6342 (diff) |
trim some spaces
Diffstat (limited to 'src/colors.c')
-rw-r--r-- | src/colors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colors.c b/src/colors.c index 18bf6e09..fe3598eb 100644 --- a/src/colors.c +++ b/src/colors.c @@ -242,7 +242,7 @@ static int32_t Color_parse_hex (const char *s, int32_t default_color, int *err) * Parsed color if successful, * default_color on error. * - * "err" argument: + * "err" argument: * 0 if a color beginning with '#' is successfully parsed * or the color is a recognized word. * 1 if the color is bare hex or can't be parsed at all. |