gdb: resume ongoing step after handling fork or vfork
[deliverable/binutils-gdb.git] / binutils / resres.c
index 115c983756326f88eee2813978d2f71def1f4300..fce18785c7c028d62b364e5a21f349478c1311bf 100644 (file)
@@ -1,5 +1,5 @@
 /* resres.c: read_res_file and write_res_file implementation for windres.
-   Copyright (C) 1998-2020 Free Software Foundation, Inc.
+   Copyright (C) 1998-2021 Free Software Foundation, Inc.
    Written by Anders Norlander <anorland@hem2.passagen.se>.
    Rewritten by Kai Tietz, Onevision.
 
@@ -619,7 +619,7 @@ skip_null_resource (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax)
 
   return;
 
-skip_err:
+ skip_err:
   fprintf (stderr, "%s: %s: Not a valid WIN32 resource file\n", program_name,
           filename);
   xexit (1);
This page took 0.023548 seconds and 4 git commands to generate.