]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/lost.c
Update copyright notice
[empserver] / src / lib / commands / lost.c
index 3925e83f6111f69674aad0a802b84f67b1299b7d..002c2f865b80935c04631559fe4bf29cdef13a4d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, 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 @@
  *  ---
  *
  *  lost.c: List lost items
- * 
+ *
  *  Known contributors to this file:
  *     Steve McClure, 1997
  */
@@ -44,7 +44,9 @@ lost(void)
     struct loststr lost;
     time_t now;
 
-    if (!snxtitem(&ni, EF_LOST, player->argp[1] ? player->argp[1] : "*"))
+    if (!snxtitem(&ni, EF_LOST,
+                 player->argp[1] ? player->argp[1] : "*",
+                 NULL))
        return RET_SYN;
 
     prdate();