]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/mtch.c
Fix trailing whitespace
[empserver] / src / lib / subs / mtch.c
index 9334ce0debc3caf2c82c83b8d1c98b50b1bdf68a..92d6677e65bb38d33bffa054a62281c9dcb1f518 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
  *  ---
  *
  *  mtch.c: Matching operations on structures and commands.
- * 
+ *
  *  Known contributors to this file:
- *     
+ *     Markus Armbruster, 2004
  */
 
 #include <config.h>
 
-#include "misc.h"
-#include "player.h"
 #include "com.h"
 #include "match.h"
 #include "prototypes.h"
@@ -48,8 +46,8 @@
 int
 comtch(char *command, struct cmndstr *coms, int comstat)
 {
-    register struct cmndstr *com;
-    register int status;
+    struct cmndstr *com;
+    int status;
 
     if (command == 0 || *command == 0)
        return M_IGNORE;