summaryrefslogtreecommitdiff
path: root/girepository/cmph/bmz8.c
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/cmph/bmz8.c')
-rw-r--r--girepository/cmph/bmz8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/cmph/bmz8.c b/girepository/cmph/bmz8.c
index 203f4fc1..4db4dfce 100644
--- a/girepository/cmph/bmz8.c
+++ b/girepository/cmph/bmz8.c
@@ -19,7 +19,7 @@ static cmph_uint8 bmz8_traverse_critical_nodes(bmz8_config_data_t *bmz8, cmph_ui
static cmph_uint8 bmz8_traverse_critical_nodes_heuristic(bmz8_config_data_t *bmz8, cmph_uint32 v, cmph_uint8 * biggest_g_value, cmph_uint8 * biggest_edge_value, cmph_uint8 * used_edges, cmph_uint8 * visited);
static void bmz8_traverse_non_critical_nodes(bmz8_config_data_t *bmz8, cmph_uint8 * used_edges, cmph_uint8 * visited);
-bmz8_config_data_t *bmz8_config_new()
+bmz8_config_data_t *bmz8_config_new(void)
{
bmz8_config_data_t *bmz8;
bmz8 = (bmz8_config_data_t *)malloc(sizeof(bmz8_config_data_t));