Skip to content

Commit 46ed83e

Browse files
committed
Use gboolean rather than C++ bool type in Mono C code.
1 parent 0299a6b commit 46ed83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/mini/debugger-agent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ static SingleStepReq *ss_req;
741741
static int ss_count;
742742
#endif
743743

744-
bool g_unity_pause_point_active;
744+
gboolean g_unity_pause_point_active;
745745

746746
/* The protocol version of the client */
747747
static int major_version, minor_version;

0 commit comments

Comments
 (0)