PATCH: syntax error in xsettings-client.c

Travis Spencer travislspencer at gmail.com
Fri Aug 5 20:49:02 EEST 2005


xsettings-client.c has a little syntax error in it.  This patch fixes
the problem.

-- 

Regards,

Travis Spencer

Index: xsettings-client.c
===================================================================
RCS file: /cvs/xsettings/xsettings/xsettings-client.c,v
retrieving revision 1.6
diff -u -p -w -r1.6 xsettings-client.c
--- xsettings-client.c	27 Feb 2004 01:00:08 -0000	1.6
+++ xsettings-client.c	5 Aug 2005 17:41:13 -0000
@@ -389,7 +389,7 @@ read_settings (XSettingsClient *client)
 	    {
 	      fprintf (stderr, "Invalid type for XSETTINGS property");
 	    }
-	  eles if (format != 8)
+	  else if (format != 8)
 	    {
 	      fprintf (stderr, "Invalid format for XSETTINGS property %d", format);
 	    }



More information about the xdg mailing list