diff options
Diffstat (limited to 'ui/cli/tap-gsm_astat.c')
-rw-r--r-- | ui/cli/tap-gsm_astat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-gsm_astat.c b/ui/cli/tap-gsm_astat.c index 1f0a7924..8ecf9384 100644 --- a/ui/cli/tap-gsm_astat.c +++ b/ui/cli/tap-gsm_astat.c @@ -125,7 +125,7 @@ gsm_a_stat_draw( void *tapdata) { gsm_a_stat_t *stat_p = (gsm_a_stat_t *)tapdata; - guint8 i; + uint8_t i; printf("\n"); |