Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sun, 04 Sep 2022 21:15:30 UTC Commit: 124a9d4411445e29e9b2146625b29f464e68969f https://github.com/geany/geany-plugins/commit/124a9d4411445e29e9b2146625b29f...
Log Message: ----------- Merge pull request #1191 from kraj/master
scope: Use FALSE instead of NULL for gboolean
Modified Paths: -------------- scope/src/stack.c
Modified: scope/src/stack.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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)) {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org