]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/fina.c
Fix trailing whitespace
[empserver] / src / lib / commands / fina.c
index b800531a6ec7969cdf45d1593a6c214af20ebe79..a6add313382285270db77866c27399e5f0ef323f 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 @@
  *  ---
  *
  *  fina.c: Financial report on current status of loans to countries
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996
@@ -53,8 +53,8 @@ fina(void)
        pr("Loans are not enabled.\n");
        return RET_FAIL;
     }
-    if (!snxtitem(&ni, EF_LOAN, "*"))
-       return RET_SYN;
+    if (!snxtitem(&ni, EF_LOAN, "*", NULL))
+       return RET_SYN;
     (void)time(&now);
     pr("\n");
     pr("             -= Empire Financial Status Report =- \n");