Skip to content

Commit

Permalink
Merge pull request #1191 from kraj/master
Browse files Browse the repository at this point in the history
scope: Use FALSE instead of NULL for gboolean
  • Loading branch information
eht16 committed Sep 4, 2022
2 parents 7900eb3 + 0a4e314 commit 124a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scope/src/stack.c
Expand Up @@ -165,7 +165,7 @@ void on_stack_follow(GArray *nodes)
gboolean stack_entry(void)
{
GtkTreeIter iter;
gboolean entry = NULL;
gboolean entry = FALSE;

if (gtk_tree_selection_get_selected(selection, NULL, &iter))
{
Expand Down

0 comments on commit 124a9d4

Please sign in to comment.