Use bool for is_exec_point
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.c
index e1448dbd96138e89b1925e8bae9f60175867e94b..54e4e1be903efdcd9a5cc8399f4be985d78b29e3 100644 (file)
@@ -244,7 +244,7 @@ tui_set_source_content_nil (struct tui_win_info *win_info,
 
       element->which_element.source.line_or_addr.loa = LOA_LINE;
       element->which_element.source.line_or_addr.u.line_no = 0;
-      element->which_element.source.is_exec_point = FALSE;
+      element->which_element.source.is_exec_point = false;
       element->which_element.source.has_break = FALSE;
 
       /* Set the contents of the line to blank.  */
This page took 0.023902 seconds and 4 git commands to generate.