diff options
Diffstat (limited to 'core/parse.c')
-rw-r--r-- | core/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse.c b/core/parse.c index 2a408b57c..4178c5fb8 100644 --- a/core/parse.c +++ b/core/parse.c @@ -278,7 +278,7 @@ void trip_end(struct parser_state *state) { if (!state->cur_trip) return; - insert_trip(state->cur_trip); + insert_trip(state->cur_trip, &trip_table); state->cur_trip = NULL; } |