]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/orig.c
Fix trailing whitespace
[empserver] / src / lib / commands / orig.c
index d8c91f760e9ef2360f24915ad743b2eaeb05c9a5..b956edd97106c2f0e630d834987ade2625e27fbf 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  orig.c: Move your origin
- * 
+ *
  *  Known contributors to this file:
  *     Shelley Louie, 1988
  *     Markus Armbruster, 2006
@@ -43,7 +43,7 @@ orig(void)
     char *p;
     coord x, y;
     char buf[1024];
-    natid cnum;
+    int cnum;
     struct natstr *np;
 
     p = getstarg(player->argp[1], "New origin (sector or country) : ", buf);