osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/43443?usp=email )
Change subject: (do not merge) testing CI ......................................................................
(do not merge) testing CI
Change-Id: I3c0cd5f6e13dfc22303eadeb347854c17e4a6e8b --- M src/core/fsm.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/43/43443/1
diff --git a/src/core/fsm.c b/src/core/fsm.c index 54cea99..4809797 100644 --- a/src/core/fsm.c +++ b/src/core/fsm.c @@ -233,7 +233,7 @@ talloc_steal(fsm_term_safely.collect_ctx, talloc_object); }
-struct osmo_fsm *osmo_fsm_find_by_name(const char *name) +struct osmo_fsm *osmo_fsm_find_by_name(const char* name) { struct osmo_fsm *fsm; llist_for_each_entry(fsm, &osmo_g_fsms, list) {