summaryrefslogtreecommitdiff
path: root/foreign.c
diff options
context:
space:
mode:
Diffstat (limited to 'foreign.c')
-rw-r--r--foreign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreign.c b/foreign.c
index 6e25a77..788f87b 100644
--- a/foreign.c
+++ b/foreign.c
@@ -200,7 +200,7 @@ static bool arg_list_add(av_alist *arg_list, Value val, Type *type, Location whe
case TYPE_VOID:
case TYPE_TUPLE:
case TYPE_UNKNOWN:
- case TYPE_ARR: { /* TODO: maybe just pass pointer for arr? */
+ case TYPE_ARR: { /* @TODO: maybe just pass pointer for arr? */
char *s = type_to_str(type);
err_print(where, "Cannot pass type %s to foreign function.", s);
free(s);