]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/ldump.c
Remove a bunch of redundant casts.
[empserver] / src / lib / commands / ldump.c
index b38ed18bf8094e9a26d976049981f02164e8c819..61466920b89ea13218b03f262d4c56788aa213f9 100644 (file)
@@ -289,7 +289,7 @@ ldump(void)
     pr("\n");
 
     np = getnatp(player->cnum);
-    while (nxtitem(&ni, (s_char *)&land)) {
+    while (nxtitem(&ni, &land)) {
        if (land.lnd_own == 0)
            continue;
        if (!player->owner && !player->god)