aboutsummaryrefslogtreecommitdiff
path: root/linked_list.inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'linked_list.inc.h')
-rw-r--r--linked_list.inc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linked_list.inc.h b/linked_list.inc.h
index 6102720a..cdb0ac1a 100644
--- a/linked_list.inc.h
+++ b/linked_list.inc.h
@@ -168,7 +168,7 @@ int RESET(LLIST(TYPE)) ( LLIST(TYPE)* llist ) {
FMT_F(LLIST(TYPE)) {
int seek = 0;
fmtf("(");
- FOR(LLIST(TYPE), TYPE, v, this) {
+ FOR(LLIST, TYPE, v, this) {
seek += FMT(TYPE)(v, buf + seek);
fmtf(" ");
}