aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/gsm_subscriber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h
index 2b2766d43..1798dc651 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/openbsc/gsm_subscriber.h
@@ -20,7 +20,7 @@ struct gsm_subscriber {
char extension[GSM_EXTENSION_LENGTH];
int authorized;
- /* for internal management */
+ /* for internal management */
int use_count;
struct llist_head entry;
struct gsm_bts *current_bts;