summaryrefslogtreecommitdiff
path: root/src/colors.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-30 22:33:10 +0000
committercorvid <corvid@lavabit.com>2012-12-30 22:33:10 +0000
commitf80b0138048d14f7a791428b25d5d1ef37d76fd4 (patch)
tree825b90a9d79c3f0d098447a6323c651bc31b2e84 /src/colors.h
parentcb711a5a7e2aa24c84128781bbf02ec8bf211f17 (diff)
rm prehistoric 'subtag' wording
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