diff options
Diffstat (limited to 'core/load-git.c')
-rw-r--r-- | core/load-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/load-git.c b/core/load-git.c index 8483b9cf0..8e3254abd 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -1176,7 +1176,7 @@ static void finish_active_trip(void) if (trip) { active_trip = NULL; - insert_trip(&trip); + insert_trip(trip); } } |