]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mark.c
Update copyright notice
[empserver] / src / lib / commands / mark.c
index 59045015b151f7282d882661db1aa03563a62742..6bb38c143b4b87f37406d8813315bada0d53bc76 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -51,7 +51,7 @@ mark(void)
        return RET_FAIL;
     }
 
-    if (player->argp[1] && player->argp[1]) {
+    if (player->argp[1]) {
        p = getstarg(player->argp[1], "What commodity (or 'all')? ", buf);
        if (!p)
            return RET_SYN;