jbeuhler-flexelint-bugs-found-20031128
[openafs.git] / src / comerr / compile_et.c
index b96f97b..35c2bad 100644 (file)
@@ -57,7 +57,7 @@ extern int yylineno;
 char *
 xmalloc(unsigned int size)
 {
-    char *p = malloc(size);
+    char *p = (char *)malloc(size);
     if (!p) {
        perror(whoami);
        exit(1);