summaryrefslogtreecommitdiffstats
path: root/atc/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'atc/struct.h')
-rw-r--r--atc/struct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atc/struct.h b/atc/struct.h
index 39374dac..5ce9a2b3 100644
--- a/atc/struct.h
+++ b/atc/struct.h
@@ -1,4 +1,4 @@
-/* $NetBSD: struct.h,v 1.7 2014/03/22 22:24:21 dholland Exp $ */
+/* $NetBSD: struct.h,v 1.8 2014/03/22 22:33:35 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -61,7 +61,7 @@ typedef struct {
int update_secs;
int newplane_time;
unsigned num_exits;
- int num_lines;
+ unsigned num_lines;
unsigned num_beacons;
unsigned num_airports;
EXIT *exit;