oops, forgot a semicolon

This commit is contained in:
DJ Delorie 2000-11-27 21:10:31 +00:00
parent c47d488e51
commit b3a10c9a0b
1 changed files with 1 additions and 1 deletions

View File

@ -6495,7 +6495,7 @@ typedef struct Frame_Chunk
unsigned long pc_begin; unsigned long pc_begin;
unsigned long pc_range; unsigned long pc_range;
int cfa_reg; int cfa_reg;
int cfa_offset int cfa_offset;
int ra; int ra;
} }
Frame_Chunk; Frame_Chunk;