Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 9a475b8

Browse files
author
Hendrik van Antwerpen
committed
Update C headers
1 parent 85552bd commit 9a475b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-graphs/include/stack-graphs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ struct sg_forward_partial_path_stitcher *sg_forward_partial_path_stitcher_from_n
10741074
// `previous_phase_partial_paths_length` fields.
10751075
struct sg_forward_partial_path_stitcher *sg_forward_partial_path_stitcher_from_partial_paths(const struct sg_stack_graph *graph,
10761076
struct sg_partial_path_arena *partials,
1077-
struct sg_partial_path_database *_db,
1077+
struct sg_partial_path_database *db,
10781078
size_t count,
10791079
const struct sg_partial_path *initial_partial_paths);
10801080

0 commit comments

Comments
 (0)