summaryrefslogtreecommitdiffstats
path: root/src/host/gsm48-andreas
diff options
context:
space:
mode:
authorHarald Welte2010-03-28 07:03:25 +0200
committerHarald Welte2010-03-29 15:31:18 +0200
commitac7715a2d5be6344ce7c38bd7fb7bc834bf9cad8 (patch)
treec911e2033b6f33dc5b242ff2f921d9df5e9716e1 /src/host/gsm48-andreas
parentWork on various L3 processes. (diff)
downloadosmocom-ac7715a2d5be6344ce7c38bd7fb7bc834bf9cad8.tar.gz
osmocom-ac7715a2d5be6344ce7c38bd7fb7bc834bf9cad8.tar.xz
osmocom-ac7715a2d5be6344ce7c38bd7fb7bc834bf9cad8.zip
gsm48-andreas: fix typo utnt -> uint
Diffstat (limited to 'src/host/gsm48-andreas')
-rw-r--r--src/host/gsm48-andreas/support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/gsm48-andreas/support.h b/src/host/gsm48-andreas/support.h
index bd0f603..b374ae6 100644
--- a/src/host/gsm48-andreas/support.h
+++ b/src/host/gsm48-andreas/support.h
@@ -58,7 +58,7 @@ struct gsm_support {
uint8_t low_capa;
uint8_t dcs_1800;
uint8_t dcs_capa;
- utnt8_t freq_map[128];
+ uint8_t freq_map[128];
/* multi slot support */
uint8_t ms_sup;
/* ucs2 treatment */