]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/nuke.c
Fix trailing whitespace
[empserver] / src / lib / global / nuke.c
index ce6a75fbcda9ce3b1d490f8d7f82592323a3b27e..9a814a0aa9b3ce879e25699fe9d62f58fc969593 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
  *  ---
  *
  *  nuke.c: Nuke characteristics
- * 
+ *
  *  Known contributors to this file:
- *     
+ *
  */
 
 #include <config.h>
 
-#include "misc.h"
 #include "nuke.h"
 
 /*
  * Table of nuke types
  * Initialized on startup from nuke.config and deity custom config (if any).
  */
-struct nchrstr nchr[];
+struct nchrstr nchr[N_MAXNUKE + 1];