aboutsummaryrefslogtreecommitdiff
path: root/src/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.h')
-rw-r--r--src/colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colors.h b/src/colors.h
index 21683205..4e8a9d0a 100644
--- a/src/colors.h
+++ b/src/colors.h
@@ -8,7 +8,7 @@
extern "C" {
#endif /* __cplusplus */
-int32_t a_Color_parse (const char *subtag, int32_t default_color, int *err);
+int32_t a_Color_parse (const char *str, int32_t default_color, int *err);
int32_t a_Color_vc(int32_t candidate, int32_t c1, int32_t c2, int32_t c3);
#ifdef __cplusplus