Convert to C90
[deliverable/binutils-gdb.git] / ld / emulparams / elf32mcore.sh
index 36befc8cb33a56ea9f41fb5d85f13dfa12633413..930a9c3c8bcdeccb03325f4f57f4d31ed8fbdaad 100644 (file)
@@ -47,7 +47,7 @@ PARSE_AND_LIST_OPTIONS='
 
 PARSE_AND_LIST_ARGS_CASES='
     case OPTION_BASE_FILE:
-      link_info.base_file = (PTR) fopen (optarg, FOPEN_WB);
+      link_info.base_file = fopen (optarg, FOPEN_WB);
       if (link_info.base_file == NULL)
        {
          /* xgettext:c-format */
This page took 0.025492 seconds and 4 git commands to generate.