]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/sect.c
Fix trailing whitespace
[empserver] / src / lib / global / sect.c
index 3e3aeb3142533c193c21045895c15bda24cdbaee..b9d7b956d980ccbf2abdacf5850ffb0ce7e00939 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  sect.c: Sector designation characteristics
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Jeff Bailey
 
 #include <config.h>
 
-#include "misc.h"
 #include "sect.h"
 
 /*
  * Table of sector designations
  * Initialized on startup from sect.config and deity custom config (if any).
+ * Terminated by a sentinel with null d_name.
  */
-struct dchrstr dchr[SCT_MAXDEF + 2];
+struct dchrstr dchr[SCT_TYPE_MAX + 2];
 
 /*
  * Table of infrastructure types