aboutsummaryrefslogtreecommitdiff
path: root/binutils/resres.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
commit53c7db4bbb8b5cd0b5e52f2edfe4f79ece93d433 (patch)
treec0c49d3b0064b17252de7d68a74f8aeca462050e /binutils/resres.c
parent9ee0b326c90957a2d90bad0673cf5ac1f9c4dbf7 (diff)
downloadgdb-53c7db4bbb8b5cd0b5e52f2edfe4f79ece93d433.zip
gdb-53c7db4bbb8b5cd0b5e52f2edfe4f79ece93d433.tar.gz
gdb-53c7db4bbb8b5cd0b5e52f2edfe4f79ece93d433.tar.bz2
* rdcoff.c: Fix formatting.
* rddbg.c: Likewise. * readelf.c: Likewise. * rename.c: Likewise. * resbin.c: Likewise. * resrc.c: Likewise. * resres.c: Likewise.
Diffstat (limited to 'binutils/resres.c')
-rw-r--r--binutils/resres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/resres.c b/binutils/resres.c
index 616772e..ed2714d 100644
--- a/binutils/resres.c
+++ b/binutils/resres.c
@@ -211,7 +211,7 @@ write_res_directory (rd, type, name, language, level)
case 2:
/* If we're at level 2, the key of this resource is the name
- we are going to use in the rc printout. */
+ we are going to use in the rc printout. */
name = &re->id;
break;
@@ -457,7 +457,7 @@ write_res_info (info)
}
/* read a resource identifier */
-void
+void
read_res_id (id)
struct res_id *id;
{