neels submitted this change.
cosmetic: drop stray backslash
Change-Id: I311b62ff393c6520d72fc6aee21d86723487133f
---
M include/osmocom/hnbgw/context_map.h
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/include/osmocom/hnbgw/context_map.h b/include/osmocom/hnbgw/context_map.h
index a8d1f97..1342da5 100644
--- a/include/osmocom/hnbgw/context_map.h
+++ b/include/osmocom/hnbgw/context_map.h
@@ -8,7 +8,7 @@
SUBSYS, LEVEL, "RUA-%u %s: " FMT, \
(HNB_CTX_MAP) ? (HNB_CTX_MAP)->rua_ctx_id : 0, \
(HNB_CTX_MAP) ? ((HNB_CTX_MAP)->is_ps ? "PS" : "CS") : "NULL", \
- ##ARGS) \
+ ##ARGS)
enum hnbgw_context_map_state {
MAP_S_NULL,
To view, visit change 31425. To unsubscribe, or for help writing mail filters, visit settings.