From: DJ Delorie Date: Mon, 27 Nov 2000 21:10:31 +0000 (+0000) Subject: oops, forgot a semicolon X-Git-Tag: newlib-1_9_0~455 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3a10c9a0b3b41a1fd4cb550470926ef8a428df0;p=external%2Fbinutils.git oops, forgot a semicolon --- diff --git a/binutils/readelf.c b/binutils/readelf.c index a689e98..b0be961 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -6495,7 +6495,7 @@ typedef struct Frame_Chunk unsigned long pc_begin; unsigned long pc_range; int cfa_reg; - int cfa_offset + int cfa_offset; int ra; } Frame_Chunk;