summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index 86d3895..9be7d34 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -679,7 +679,7 @@ static int ReadConfig(void)
int af_type = 0; /* Keep GCC happy */
int line = 0;
int hunt = TRUE, error = FALSE;
- int iamdigi = FALSE, yes;
+ int iamdigi = FALSE;
int parameters = 0;
memset(&axl_defaults, 0, sizeof(axl_defaults));