OSDN Git Service

* gcc.dg/dfp/func-vararg-mixed.c: Add optional debugging output.
[pf3gnuchains/gcc-fork.git] / libiberty / spaces.c
index 9592a03..67481c9 100644 (file)
@@ -57,7 +57,7 @@ spaces (int count)
        {
          free (buf);
        }
-      buf = malloc (count + 1);
+      buf = (char *) malloc (count + 1);
       if (buf == (char *) 0)
        return 0;
       for (t = buf + count ; t != buf ; )