fix ytpo: s/eles/else/

Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>

        * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
This commit is contained in:
Manish Singh
2004-02-27 01:31:16 +00:00
committed by Manish Singh
parent 4cbbe4e161
commit 7f31ba2bd6
6 changed files with 21 additions and 1 deletions

View File

@ -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);
}