aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/control_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/ctrl/control_cmd.h')
-rw-r--r--include/osmocom/ctrl/control_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/ctrl/control_cmd.h b/include/osmocom/ctrl/control_cmd.h
index d82c9af1..d9092f38 100644
--- a/include/osmocom/ctrl/control_cmd.h
+++ b/include/osmocom/ctrl/control_cmd.h
@@ -22,7 +22,7 @@ enum ctrl_node_type {
};
enum ctrl_type {
- CTRL_TYPE_UNKNOWN = 0,
+ CTRL_TYPE_UNKNOWN,
CTRL_TYPE_GET,
CTRL_TYPE_SET,
CTRL_TYPE_GET_REPLY,