]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/wing.c
Fix trailing whitespace
[empserver] / src / lib / commands / wing.c
index f0264d632f6da9a2f0e6e491d00a33828e10aabc..5b0172319dc17cf044eb51b894fb2cc691d6baa9 100644 (file)
@@ -26,9 +26,9 @@
  *  ---
  *
  *  wing.c: Add planes to a wing
- * 
+ *
  *  Known contributors to this file:
- *  
+ *
  */
 
 #include <config.h>
@@ -57,7 +57,7 @@ wing(void)
     }
     if (c == '~')
        c = 0;
-    if (!snxtitem(&nstr, EF_PLANE, player->argp[2]))
+    if (!snxtitem(&nstr, EF_PLANE, player->argp[2], NULL))
        return RET_SYN;
     count = 0;
     while (nxtitem(&nstr, &plane)) {