Typo fix. This bit of code must be cursed.

Sun, 15 Jul 2007 11:59:48 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sun, 15 Jul 2007 11:59:48 +0000
changeset 18792
f3b647ac9f6d
parent 18791
12003d1b25bf
child 18793
30a5e011f4b3

Typo fix. This bit of code must be cursed.

finch/libgnt/gntstyle.c file | annotate | diff | comparison | revisions
--- 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)

mercurial