diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-22 20:56:52 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-06-23 14:21:14 +0000 |
commit | 4e015f6664ce730e1b44107a0f2f05971ae628bd (patch) | |
tree | 675498935667cfa067cf4f80679dd319a23e7312 | |
parent | a70b4599f63b50c4d654eb9e1b1a099a7c8cdc36 (diff) |
cosmetic: drop second ';;'
Change-Id: I861b87e485d94f17e4b4a800c8da865f98633c92
-rw-r--r-- | include/osmocom/sigtran/osmo_ss7.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h index 741a7e3..4e04352 100644 --- a/include/osmocom/sigtran/osmo_ss7.h +++ b/include/osmocom/sigtran/osmo_ss7.h @@ -294,7 +294,7 @@ struct osmo_ss7_as { uint8_t qos_class; struct { uint32_t dpc; - } pc_override;; + } pc_override; struct osmo_ss7_asp *asps[16]; } cfg; |