]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/miss.c
Remove a bunch of redundant casts.
[empserver] / src / lib / commands / miss.c
index fad95990af11baeda5a946bb6bdb0574ac0d4c0c..9dfb982ade14be93874f5c6b3083382fceab9f0c 100644 (file)
@@ -190,7 +190,7 @@ mission(void)
 
     size = max(sizeof(struct lndstr), sizeof(struct plnstr));
     size = max(size, sizeof(struct shpstr));
-    block = (s_char *)malloc(size);
+    block = malloc(size);
     switch (type) {
     case EF_SHIP:
        mobmax = ship_mob_max;