gsm48-andreas: fix typo utnt -> uint
authorHarald Welte <laforge@gnumonks.org>
Sun, 28 Mar 2010 05:03:25 +0000 (13:03 +0800)
committerHarald Welte <laforge@gnumonks.org>
Mon, 29 Mar 2010 13:31:18 +0000 (21:31 +0800)
src/host/gsm48-andreas/support.h

index bd0f603..b374ae6 100644 (file)
@@ -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 */