]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/dir.c
Update copyright notice.
[empserver] / src / lib / global / dir.c
index 44737db84625f1ba72616cb515906ab34b44dc83..205499d9c2ad214d80481626e6fcacefa81aa1a9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -52,7 +52,7 @@ s_char dirch[] = {
 /* must agree with dirch[] and DIR_ defines */
 int diroff[][2] = {
     {0, 0}, {1, -1}, {2, 0}, {1, 1}, {-1, 1}, {-2, 0}, {-1, -1}, {0, 0},
-       {0, 0}
+    {0, 0}
 };
 
 /* this maps a character from a to z into the diroff mappings.  It