]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/fina.c
Fix trailing whitespace
[empserver] / src / lib / commands / fina.c
index 0bbae079b979801d1778ef1bb452d8ac7ef755f1..a6add313382285270db77866c27399e5f0ef323f 100644 (file)
@@ -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");