Cleanup xmalloc.
[bpt/emacs.git] / src / tparam.c
index 4d26ef5..9492d9d 100644 (file)
@@ -98,7 +98,7 @@ tparam1 (const char *string, char *outstring, int len,
          if (outlen == 0)
            {
              outlen = len + 40;
-             new = (char *) xmalloc (outlen);
+             new = xmalloc (outlen);
              memcpy (new, outstring, offset);
            }
          else