summaryrefslogtreecommitdiff
path: root/vmsify.c
diff options
context:
space:
mode:
Diffstat (limited to 'vmsify.c')
-rw-r--r--vmsify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmsify.c b/vmsify.c
index ac82942..d9f7df4 100644
--- a/vmsify.c
+++ b/vmsify.c
@@ -134,7 +134,7 @@ trnlog (char *name)
}
reslt[resltlen] = '\0';
- s = (char *)malloc (resltlen+1);
+ s = malloc (resltlen+1);
if (s == 0)
return "";
strcpy (s, reslt);