summaryrefslogtreecommitdiff
path: root/obt/prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'obt/prop.c')
-rw-r--r--obt/prop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/prop.c b/obt/prop.c
index f7919d6c..0cecccf4 100644
--- a/obt/prop.c
+++ b/obt/prop.c
@@ -314,6 +314,7 @@ static gboolean get_text_property(Window win, Atom prop,
return tprop->encoding == OBT_PROP_ATOM(UTF8_STRING);
default:
g_assert_not_reached();
+ return FALSE;
}
}