(svn r1207) -Fix: Compiler warning due to the modified catchment areas
authorcelestar
Tue, 21 Dec 2004 19:07:23 +0000
changeset 751 c56751876715
parent 750 f68f0af1dc53
child 752 df3e096dd9db
(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;