]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/army.c
Fix trailing whitespace
[empserver] / src / lib / commands / army.c
index a55b82d7690966d64bcd658bbf3208399bb42aa0..19c528c97673b2383457eb367b6327bab047cec2 100644 (file)
@@ -26,9 +26,9 @@
  *  ---
  *
  *  army.c: Add units to an army
- * 
+ *
  *  Known contributors to this file:
- *     
+ *
  */
 
 #include <config.h>
@@ -59,7 +59,7 @@ army(void)
     }
     if (c == '~')
        c = 0;
-    if (!snxtitem(&nstr, EF_LAND, player->argp[2]))
+    if (!snxtitem(&nstr, EF_LAND, player->argp[2], NULL))
        return RET_SYN;
     count = 0;
     while (nxtitem(&nstr, &land)) {