diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-08-09 15:43:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-08-09 15:43:45 +0000 |
commit | ad0b97a062a77226a56f1966a8665d2742dce1f7 (patch) | |
tree | 90c810048e5d94b493b897b70a74ce06f541a9cc | |
parent | b2e928dc0788f856bcb1e67450a2a0b28962a415 (diff) | |
download | xdg-specs-ad0b97a062a77226a56f1966a8665d2742dce1f7.tar.xz |
2005-08-09 Owen Taylor <otaylor@redhat.com>
* xsettings-client.c (read_settings): Fix a typo (Travis Spencer)
-rw-r--r-- | xsettings/ChangeLog | 4 | ||||
-rw-r--r-- | xsettings/xsettings-client.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/xsettings/ChangeLog b/xsettings/ChangeLog index fe8d039..14a5351 100644 --- a/xsettings/ChangeLog +++ b/xsettings/ChangeLog @@ -1,3 +1,7 @@ +2005-08-09 Owen Taylor <otaylor@redhat.com> + + * xsettings-client.c (read_settings): Fix a typo (Travis Spencer) + Thu Feb 26 19:55:29 2004 Owen Taylor <otaylor@redhat.com> * xsettings-client.[ch]: Add diff --git a/xsettings/xsettings-client.c b/xsettings/xsettings-client.c index 8b81b45..50c33ce 100644 --- a/xsettings/xsettings-client.c +++ b/xsettings/xsettings-client.c @@ -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); } |