Skip to content

Commit

Permalink
fix: fix signature of igraphmodule_PyObject_to_fvs_algorithm_t
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas authored Sep 2, 2024
1 parent 82ae020 commit 93b279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_igraph/convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ int igraphmodule_PyObject_to_fas_algorithm_t(PyObject *o,
* \brief Converts a Python object to an igraph \c igraph_fvs_algorithm_t
*/
int igraphmodule_PyObject_to_fvs_algorithm_t(PyObject *o,
igraph_fas_algorithm_t *result) {
igraph_fvs_algorithm_t *result) {
static igraphmodule_enum_translation_table_entry_t fvs_algorithm_tt[] = {
{"ip", IGRAPH_FVS_EXACT_IP},
{0,0}
Expand Down

0 comments on commit 93b279d

Please sign in to comment.