]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/dist.c
Update copyright notice
[empserver] / src / lib / commands / dist.c
index 2a866a46b5ba5ea5eca00dc714dae49192b64993..70b484b1880b61ca8adb841f74ca2bf60c1a19fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2015, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -65,10 +65,10 @@ dist(void)
                pr("distributes to %s, not owned by you.\n",
                   xyas(tsect.sct_x, tsect.sct_y, player->cnum));
            else
-               pr("distributes to %s. \n",
+               pr("distributes to %s.\n",
                   xyas(tsect.sct_x, tsect.sct_y, player->cnum));
        } else
-           pr("has no dist sector. \n");
+           pr("has no dist sector.\n");
        p = getstarg(player->argp[2], "Distribution sector? ", buf);
        if (!p)
            return RET_SYN;