summaryrefslogtreecommitdiff
path: root/gmon/sys/gmon_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmon/sys/gmon_out.h')
-rw-r--r--gmon/sys/gmon_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmon/sys/gmon_out.h b/gmon/sys/gmon_out.h
index bb80a1a16f..c84f945ce8 100644
--- a/gmon/sys/gmon_out.h
+++ b/gmon/sys/gmon_out.h
@@ -70,7 +70,7 @@ struct gmon_cg_arc_record
char from_pc[sizeof (char *)]; /* address within caller's body */
char self_pc[sizeof (char *)]; /* address within callee's body */
char count[4]; /* number of arc traversals */
-};
+ };
__END_DECLS