sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / ppc / table.c
index db3f783bb3e27b5687c4c5f7048041468bea350f..75bc6799e9e246b883edec59ac8b0a4388f409fc 100644 (file)
@@ -102,7 +102,7 @@ table_push (table *root,
       fd = open (dup_name, O_RDONLY, 0);
       if (fd >= 0)
        break;
-      /* zfree (dup_name); */
+      /* free (dup_name); */
       if (include->next == NULL)
        {
          error ("Problem opening file `%s'\n", file_name);
This page took 0.023626 seconds and 4 git commands to generate.