From 3e4e8cfb74bed5dafb1c9d6c46aa18841ac40830 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 24 Sep 2015 15:38:38 +0200 Subject: vty: Change the return type from enum to int clang complained that different enums are mixed with the return type and we actually want this to be an int now. --- openbsc/src/libcommon/common_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/libcommon/common_vty.c') diff --git a/openbsc/src/libcommon/common_vty.c b/openbsc/src/libcommon/common_vty.c index 186fbe0b7..a0674f0f1 100644 --- a/openbsc/src/libcommon/common_vty.c +++ b/openbsc/src/libcommon/common_vty.c @@ -35,7 +35,7 @@ #include -enum node_type bsc_vty_go_parent(struct vty *vty) +int bsc_vty_go_parent(struct vty *vty) { switch (vty->node) { case GSMNET_NODE: -- cgit v1.2.3