*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / resrc.c
index 9d1abbc94e0095cbb8af4dd905db5b4c9ba00c34..bfc3bd4a445d352846f2d7c285c13cd8a243748e 100644 (file)
@@ -323,7 +323,7 @@ open_input_stream (char *cmd)
       if (run_cmd (cmd, cpp_temp_file))
        fatal (_("can't execute `%s': %s"), cmd, strerror (errno));
 
-      cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);;
+      cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);
       if (cpp_pipe == NULL)
        fatal (_("can't open temporary file `%s': %s"),
               cpp_temp_file, strerror (errno));
This page took 0.02421 seconds and 4 git commands to generate.