From 6a00a44b999905538d86fc3d6609a0cbce781d5f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Oct 2003 05:36:02 +0000 Subject: indenting --- openbox/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/prop.c') diff --git a/openbox/prop.c b/openbox/prop.c index 98bbbd99..25495ef4 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -293,7 +293,7 @@ gboolean prop_get_string_locale(Window win, Atom prop, char **ret) if (get_stringlist(win, prop, &list, &nstr) && nstr) { s = g_convert(list[0], strlen(list[0]), "UTF-8", "ISO-8859-1", - NULL, NULL, NULL); + NULL, NULL, NULL); XFreeStringList(list); if (s) { *ret = s; -- cgit v1.2.3