mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
12 lines
239 B
Diff
12 lines
239 B
Diff
--- a/scope/src/stack.c
|
|
+++ b/scope/src/stack.c
|
|
@@ -165,7 +165,7 @@
|
|
gboolean stack_entry(void)
|
|
{
|
|
GtkTreeIter iter;
|
|
- gboolean entry = NULL;
|
|
+ gboolean entry = FALSE;
|
|
|
|
if (gtk_tree_selection_get_selected(selection, NULL, &iter))
|
|
{
|