changeset 18540:612bc00efe20

Typo fix. This bit of code must be cursed.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 15 Jul 2007 11:59:48 +0000
parents 1148da95ddeb
children 2011554e1377
files finch/libgnt/gntstyle.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntstyle.c	Sun Jul 15 04:57:03 2007 +0000
+++ b/finch/libgnt/gntstyle.c	Sun Jul 15 11:59:48 2007 +0000
@@ -49,7 +49,7 @@
 {
 #if GLIB_CHECK_VERSION(2,6,0)
 	const char *prg = g_get_prgname();
-	if ((group == NULL || *group != '\0') && prg &&
+	if ((group == NULL || *group == '\0') && prg &&
 			g_key_file_has_group(gkfile, prg))
 		group = prg;
 	if (!group)