(svn r1207) -Fix: Compiler warning due to the modified catchment areas
authorcelestar
Tue, 21 Dec 2004 19:07:23 +0000
changeset 751 b1d9b50ff9b0
parent 750 d7bd2291c953
child 752 4e4ec58ba45f
(svn r1207) -Fix: Compiler warning due to the modified catchment areas
airport_gui.c
--- a/airport_gui.c	Tue Dec 21 18:30:51 2004 +0000
+++ b/airport_gui.c	Tue Dec 21 19:07:23 2004 +0000
@@ -153,6 +153,7 @@
          case AT_LARGE:    rad = CA_AIR_LARGE; break;
          case AT_METROPOLITAN: rad = CA_AIR_METRO; break;
          case AT_INTERNATIONAL: rad = CA_AIR_INTER; break;
+				 default: rad = 4; break;
        }
      } else {
        rad = 4;