aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcal.c')
-rw-r--r--src/vcal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcal.c b/src/vcal.c
index 297ed52e..c0ac6182 100644
--- a/src/vcal.c
+++ b/src/vcal.c
@@ -78,7 +78,7 @@ INIT_F(vcomponent, const char* type, const char* filename) {
return 0;
}
-content_line* get_property (vcomponent* ev, const char* key) {
+content_line* get_attributes (vcomponent* ev, const char* key) {
size_t len = strlen(key) + 1;
char* cpy = (char*) (calloc(sizeof(*cpy), len));
strncpy (cpy, key, len);